Forum Moderators: open

Message Too Old, No Replies

table properties

         

th1chsn

3:52 pm on Sep 16, 2005 (gmt 0)

10+ Year Member



Is there a way to distribute the contents of a table cell evenly?

I have a table whose width is 100% and I put about 10 navigation images in it. I would like it to space everything out so that the images span across the entire width of the cell. Don't know if that's possible.

th1

JAB Creations

5:08 am on Sep 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm slowly drifting away from table usage personally but it sounds like what you'd want to do to achieve this is create a cell for each image, set text-align: center; for each cell and then divide the width for each cell to 10% (since 10 cells with 100% width for the table itself).