I want images down the floating left and text just beside it like a
two column table, sounds simple right? Here is what I have come up
with
<div>
<img style="float:le ft; /><p>text</p>
</div>
<div style="clear:bo th"></div><div><div>
It does work and you can see an fuller example here
But do I really need that second div? Without it all turns messy but I
feel that its unecessary, maybe its not?
Cheers!!!
two column table, sounds simple right? Here is what I have come up
with
<div>
<img style="float:le ft; /><p>text</p>
</div>
<div style="clear:bo th"></div><div><div>
It does work and you can see an fuller example here
But do I really need that second div? Without it all turns messy but I
feel that its unecessary, maybe its not?
Cheers!!!
Comment