Quote:
Originally posted by finnbear
I use width and cellspacing and cellpadding tags with all my tables, so they are always like I want them to be.
|
Ditto

Works perfect… couple of caveats,
Make sure that you put a <br> between images and text, like a banner, inside of a cell or it may not wrap right in some browsers, like Windows IE.
Defining height doesn't always work correctly. Put <br>s in the cell to force its height or even better use a one pixel spacer.gif set to the correct height.
Also if you want a cell to have a color you need to put something in it or it just shows the table's background color. Put a non breaking space in it or a dot.