Forum Moderators: not2easy
as if it's ignoring the clear property on the middle image
<style type = "text/css">
div {border: 1px dotted red;}
p {border: 1px dotted blue;}
img {border: 1px dotted green;}
</style> as if it's ignoring the clear property on the middle image
Uhh.... What clear property? Each of the three images is set to {clear: none}
And now go back and shift all of those styles into a CSS, since you're saying each thing more than once ;)
d.umn.edu/itss/support
/Training/Online/webdesign/css.html understanding the concept of floats and clearsbrings up several sites with articles worthy of a good read. I myself would start with 'CSS Floats 101' at alistapart DOT com.
That's what I mean by having trouble understanding the concept of floats and clears.