Forum Moderators: not2easy
Adding a clearing element or alternatively using "clearfix" (be careful what hacks you get) is the easiest solution.
"float" is inherited form the old <img align="left"> and that could go lower than the current paragraph where it sat in too ... It actually makes sense is doesn't expand its paragraph and lets the next paragraph also go next to the image.
I just added a spacer div in the bottom of the parent tag using the following attributes:
height:30px; /* space wanted
clear:both; /* required
width:100px; /* not crucial
This works perfectly for me (in combination with the code you supplied me with before swa66.).
Thanks again and thanks a lot!