In a dim and distant universe <[EMAIL PROTECTED]>, Richard Porter <[EMAIL PROTECTED]> muttered:
> I don't think it is a bug. If you put align="center" into the table tag > then it should apply to each cell in the table unless overrridden. If > you put it in the row tag then it applies to every cell in that row > unless overridden. Therefore the contents of the outer table cell (i.e. > the inner table) should be centered. No. That's incorrect. Using a table align=center tag aligns the table itself. The inside of the table shouldn't be affected. > If you want the outer table centred, but not it's contents then use > <center> (deprecated) or <div align=center> or equivalent style. That will work too.
