Forums

PHP

This topic is locked

Wrap text around image

Posted 23 Dec 2005 01:21:09
1
has voted
23 Dec 2005 01:21:09 Daniel Louis posted:
In a table i have dynamic image field and a dynamic text field. How can i make the text wrap around the image.

This is the code i use:

<tr>
<td><?php echo $row_Recordset1['tekst']; ?><img src="fotos/<?php echo $row_Recordset1['foto']; ?>" alt="" name="fotoholder" width="200" height="200"></td>
</tr>

TIA

Replies

Replied 28 Dec 2005 14:10:53
28 Dec 2005 14:10:53 Darren Lovelock replied:
Add the attribute : align="right" or align="left" to the img tag depending on where you want the text/image to be.

HTH

Reply to this topic