|
Hello.
When it comes to image-alignment, I use align in the img-tag instead of CSS position techniques. Like this for example:
<img src="myimage.jpg" align="left">
Lately, I have discovered a little drawback. When put at the end of the document, the wrapping container does not span properly downwards, the image instead floating on top. Should I use clear=both?
|