Click to See Complete Forum and Search --> : Positioning images


Slinkiroth
09-08-2007, 03:56 PM
Hi, sorry for the basic question but I'm very new to HTML :P

I have a table with some images inside which I'm wanting to use for navigation. I'd like to know how to position the images at the bottom of the table and how I can position each images right next to one another.(Without the 5-6 pixel gap inbetween each one)

Thanks. :)

ray326
09-08-2007, 04:41 PM
I'd first suggest that "navigation" is usually a list of links and should be marked up that way.

http://alistapart.com/articles/taminglists

Slinkiroth
09-08-2007, 05:21 PM
Right O.