View Single Post
  #2 (permalink)  
Old 04-14-2005, 09:17 PM
drummin drummin is offline
WebProWorld Pro
 
Join Date: Aug 2003
Location: California,USA
Posts: 294
drummin RepRank 0
Default

Because you won't be able to add "Space" around your picture, I put the picture in a table with padding.

<table border="0" align="left" cellpadding="10" cellspacing="0" summary="">
<tr>
<td align="left">[img]images/pic.jpg[/img]</td>
</tr>
</table>


So You Want Your Text To Wrap Around An Unknown Picture Size
Ok so the text and image is dynamically inserted from a database. But i dont know how big the image is so i dont know how much text to add in the first section and how much in the bottom table row. I.e. i dont want any of the following layouts. Ok so the text and image is dynamically inserted from a database. But i dont know how big the image is so i dont know how much text to add in the first section and how much in the bottom table row. I.e. i dont want any of the following layouts.</p>

Ok so the text and image is dynamically inserted from a database. But i dont know how big the image is so i dont know how much text to add in the first section and how much in the bottom table row. I.e. i dont want any of the following layouts</p>

I'm sure there are more "high-tech" ways to do this, but this will work.
Reply With Quote