I have a table that appears fine in all browsers except in Firefox. The vertical alignment on some text in the table is unaligned, any place to get a fix on this?
encyclo
4:34 pm on Sep 27, 2004 (gmt 0)
It's difficult to diagnose without seeing a bit of markup. Have you used
valign
on the
td
?
<td valign="top">
Also, have you put the page through the HTML validator [validator.w3.org]?