No magic!
To flow your text don't use <br>
Try something like this -----
<body>
<p>
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
<div style="float:left;">
<img style="display:block;" border="0" src="images/Your Pic.jpg"
width="433" height="144">
<p align="center">Caption</p>
</div>
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
text around the image and below
</p>
</body>
Copy and paste that in a new page and see if that is what you are talking
about?
bob
| Bob wrote:
| > If you have / want text above the Image....
| > Then put the text in first (before the image (<img ) tag.
| >
| > <p>text before the image</p> (This is text above the image)
| > <div style="float:left;">
| > <img style="display:block;" border="0" src="images/Your Pic.jpg"
| > width="433" height="144">
| > <p> align="center">Caption</p>
| > </div>
| >
| > <p>text around the image and below</p>
| >
| > I think that is what you are talking about...
| >
| > bob
|
| Yeah, makes sense, Bob.
| There was a small typo and I think you have to give the <div> a height.
|
| This code works
| <p>
| text before the image<br>
| text before the image<br>
| </p>
| <div style="float:left;" height="240">
| <img style="display:block;" border="0"
| src="images/04-05-30-168-approaching-dublin.jpg"
| width="400" height="200">
| <p align="center">Caption</p>
| </div>
|
| <p>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| text around the image and below<br>
| </p>
|
| But I think Huck doesn't want to have to actually split his text up but
just
| let it flow.
| As I said , this would need some magic, and I don't think it is
possible,
do
| you?
|
| Still, this comes as near as anything ever will
)
| --
| Cheers,
| Trevor L.
| Website:
http://tandcl.homemail.com.au
|
|