Forum Moderators: not2easy
I just encountered a strange problem...I have a div like this
<div id="content">
<h2><a name="heading1">Heading1</a></h2>
<img class="floatimg" src="pic.jpg" />
<p>
Text
</p>
<h2 style="clear:both;"><a name="heading2">heading2</a></h2>
<p>
more Text
</p>
Without the clear:left it works but I don't want the second heading to float around the img
Thanks bigM