|
Posted by Jerry Stuckle on 12/26/05 19:33
Jazztastic wrote:
> 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.
>
So if it's an html/css question, why did you ask in a PHP group? Why
not ask in an html or css group?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|