The [line:color] tag that is included in the markup hack is not showing correctly on Mozilla 1.0RC1, for some reason it has the height of a text row.
I am using the following HTML to create a horizontal rule:
code:
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td bgcolor="green" height="2"><img src="http://threads.theyard.org/images/hr.gif" width="2" height="2" border="0" alt="" /></td></tr></table>
This has been validated so the HTML is correct according to W3C.
The problem goes away when the DOCTYPE is removed, so for some reason it seems that Mozilla thinks a table must have the height of the text when using that DOCTYPE. Really strange.
Anyone know how I can fix this?