Thu, 2004-06-10 13:11
http://www.esmevalk.com/index-artist.php
Please take a look at the black text in the two yellow divs. In IE and Opera, the text in the right hand block appears to begin higher up than the left hand text. In firefox, both sides are equal.
All the text is inside <p> tags with the following style
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; line-height: 13px; margin:10 0 15 0px; padding:0; }
The <p> content in the right hand div is contained inside tables.
Why do the spacing instructions seems to be ignored by IE and Opera when the text is inside a <td>? and is there a way to avoid this?