2) Another method with a UL:

<ul>
  <li><a href=""><img /><a/></li>
  <li><a href=""><img /><a/></li>
</ul>


It's been pickin' my brain for days.
The main reason I even considered a table is because the anchors leave
an empty space between the images.
I've set up a test page here: 
http://bws.jasonrobb.com/content/image-test.html

What do you think is causing that extra space? How can I avoid/remove
it?

-----------------

Hi,

I'd definitely go with a UL as you do essentially have a list of images
here. To get rid of the space between the images doing this just replace
the display:inline with float:left and it should all work perfectly.

To format the rows nicely, you will probably want to apply a fixed width
to the UL tag, which should give you control over how many images appear
in each row.

Hope that helps

James


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to