Help wrapping text around an image...

liunx

Guest
Okay, I have a page that has a poem on it with the title of the page to the right as a clickable image. I've set the page up so that text SHOULD wrap around the image, but for some reason, the text is not doing that. I've wrapped text around images before and it's worked, so I don't know what I'm dong wrong. I DO know the text has a DHTML style assigned to it as well as several color codes. That page is:<br />
<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/falcon/shahrazadis/practice.html">http://www.angelfire.com/falcon/shahraz ... ctice.html</a><!-- m --><br />
<br />
Any ideas?<!--content-->I am sure it would wrap around that image if you took out the <br> in the text.<!--content-->:sigh: The problem is, I need those there, or it won't be laid out like a poem. I know if I put text BEFORE the poem...it'll wrap around the picture, and then the poem does too, but I don't have any text that fits there and it'd mess up the balance of the page....<!--content-->then align your text in the center. or align your image to the left. either way that image is way to big to fit next to the poem and it would mess it up anyway.<!--content-->Try this:<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"image.gif align="left"> text text text text text text text text text text text text text text text text text text <br />
<br />
Having the align on the image wraps it round the text ;)<!--content-->
 
Back
Top