• 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 html help, topic - thumbnails

onza

Diamond Member
here's what i want to do, i want to make a thumbnail gallery, but make it so i can scroll left or right then click on a pic and a new window will pop up. Frontpage has something like this but i dont have a server that supports frontpage extensions. so i need a link please that will explain this procedure to me.

thanks
onza
 
Go to tucows.com and search "thumbnail" -- one of them should both create the small images and the HTML page to display them.

To do it by hand, each thumbnail image on the HTML page would have code similar to this: (spaces added in tags)

< A href="/myfolder/mypic10.jpg" target="_blank" > < IMG src="/myfolder/thumb10.gif" border=0 > < /A >

possibly with each thumb as a separate table cell, and with text as well as the thumbnail if you want it.
 
Back
Top