Posted by Jazztastic on 12/26/05 16:43
Hi group.
I have a table with a dynamic image and dynamic text field. Whatever i
try, the text doesn't wrap around the image. Can someone please help me
out with this?
this is the code:
<td>
<img src="fotos/<?php echo $row_Recordset1['foto']; ?>" alt=""
name="fotoholder" width="200" height="200">
<?php echo nl2br( htmlspecialchars( $row_Recordset1['tekst'])); ?>
</td>
[Back to original message]
|