I have this in IE5 windows:
<p style="color: red">
<div>This is not red</div>
and this is red
</p>
Why is that? Are divs never allowed inside paragraphs?
Jeff
<p style="color: red">
<div>This is not red</div>
and this is red
</p>
Why is that? Are divs never allowed inside paragraphs?
Jeff
Comment