RedRobotHero
Technical User
I have a page that displays correctly in Opera 7 and Netscape 7, but not in IE 6.
The offending piece of code is the following:
(This is it without the clear:both.)
(This is it with the clear:both.)
Why would the
destroy my left margin in IE and how can I avoid it?
The offending piece of code is the following:
Code:
<p style="clear:both">
(This is it without the clear:both.)
(This is it with the clear:both.)
Why would the
Code:
clear:both