• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need some help with Frontpage

Use the autothumbnail button on the picture toolbar.

Third button from the left on the picture toolbar.
 
Cleanest way is with html. If you have a thumbnail version of an image, and a larger version. go like:

<a href="Large.jpg"><img src="thumb.jpg" border=0></a>

I think border=0 is an attribute of the image "<irc..." and not the link "<a href..." 😱
 
Originally posted by: Skoorb
Cleanest way is with html. If you have a thumbnail version of an image, and a larger version. go like:

<a href="Large.jpg"><img src="thumb.jpg" border=0></a>

I think border=0 is an attribute of the image "<irc..." and not the link "<a href..." 😱

Border=0 means it leaves off the blue border of hyperlinked images.
 
Back
Top