|
Posted by Jazztastic on 12/26/05 17:14
On 2005-12-26 15:48:04 +0100, Oli Filth <catch@olifilth.co.uk> said:
> 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...
Well, i know a bit of HTMl/CSS and can't find the solution. I have
tried everything possible, both HTML and CSS, but what would normaly
work in normal html doesn't seem to work with two dynamic fields.
That is why i asked the question here.
[Back to original message]
|