cells in table are not equal

M

Mark Goldin

I have a table where I am setting up a column's width using width="16%" for
example. I have 7 columns.
I am specifying the width starting from the second column. They all have the
same percent.
Why wouldn't all the columns be an equal width? What is a way of making
sure that column width is the same
throughout the table no matter how complex the table is?

Thanks
 
M

Murray

There is not a good way by only setting widths in your HTML. If you MUST
have the same widths, use CSS, or if not that, use spacer GIF images to hold
each cell to the desired width.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top