Hi
Is it possible to make a list of images (and links) wrap, so when viewed in a web page, however large the (IE/Firefox for example) window is, when the images reach the end of the window, they go onto the next line?
Sorry for the rubbish English in that, I don't really know what I'm talking about.
Example of the list of images:
I'm doing this so (as you can see) I will have a 'gallery' of thumbnails, linking to pictures, which look correct on the website however viewed, regardless of how many pictures there are.
Thanks in advance!
Is it possible to make a list of images (and links) wrap, so when viewed in a web page, however large the (IE/Firefox for example) window is, when the images reach the end of the window, they go onto the next line?
Sorry for the rubbish English in that, I don't really know what I'm talking about.
Example of the list of images:
Code:
<a href="001.html"><img src=thumbs\001.jpg border=0></a> <a href="002.html"><img src=thumbs\002.jpg border=0></a> <a href="003.html"><img src=thumbs\003.jpg border=0></a> .... etc (loads more of the same)
Thanks in advance!
Comment