Hi, I'm building a site in tables and wish to display numerous small thumbnail photos in a scroll bar method. How is it done... with tables ? and excuse my ignorance. Dave
wish to display numerous small thumbnail photos in a scroll bar method.
Can you clarify this?
If you mean what I suspect you mean, you could put the thumbnails in a div with fixed height and "overflow: hidden" and it should give you the ability to scroll.