STILL DOESN'T WORK :(

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: 20 березня 2002 р. 13:29
To: [EMAIL PROTECTED]
Subject: Re: [PHP] HTMLnetscape issue

At 20.03.2002  13:11, you wrote:
>
>Hi,
>
>Sorry for repeating myself, but am lost and still can't find a solution
>to the following problem, I need to specify a background image for <td>
>like the code below:
>
><tr>
>           <td background="images/bottomcell_bg.gif"></td>
></tr>
>
>This code works EVERYWHERE (in all browsers) but Netscape Navigator 4.xx
>versions.
UNTESTED
Try an $nbsp; inside<td></td> as:
<tr><td background="images/bottomcell_bg.gif">&nbsp;</td></tr>
HTH Oliver


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to