Posted by Oli Filth on 12/26/05 16:48
Jazztastic said the following on 26/12/2005 14: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>
>
This is an HTML/CSS question, please ask in alt.html or similar...
--
Oli
[Back to original message]
|