[thelist] Wrapping Images

Paola Kathuria paola at limitless.co.uk
Mon Mar 26 16:39:56 CST 2001


Jeana wrote:
> What I can't figure out is how to get the text to always be beside the
> image.. if you resize the browser (smaller) text will often go
> underneath... I somewhat solved the problem and avoided having images over
> lap by placing some of the elements in its own individual div tag,
> specifying the height of the image as the height of the div tag.. but i
> will still have the image go over the text.

(I may have misunderstood the problem but) If you want to have
text wrap around images and don't want the images themselves
to wrap and overlap, there's non-CSS mark-up for this.

Add align="right" (or left) in the <img> tags and then insert 
<br clear="all"> before each new image reference (you won't need
it before the first one) or before any text you don't want to
wrap around the previously-aligned image.


Paola




More information about the thelist mailing list