i've done a page that contains news posts.
each posts has a heading and then the body with an accompanied image which sits either on the left or right of the text.
my problem is that if there is not a lot of text - so the bottom of the image is below the end of the text - a browser will start the next post too quikly so the image overlaps the heading.
i position the image using
<img src="test3.jpg" align="right">
and then follow with the text.
before anyone says tables - don't! i want to do this without tables.
each posts has a heading and then the body with an accompanied image which sits either on the left or right of the text.
my problem is that if there is not a lot of text - so the bottom of the image is below the end of the text - a browser will start the next post too quikly so the image overlaps the heading.
i position the image using
<img src="test3.jpg" align="right">
and then follow with the text.
before anyone says tables - don't! i want to do this without tables.