Vlad Kulchitski wrote:

> Hi,
> 
> Someone replied to my post about browsers incompatibilities but I lost
> the message, can someone remind me how to set up the background image:
> 
> <td style='background: white'>
> 
> I mean I need another command that will tell to load image as a bg. I am
> trying to use background-image:file.gif, but it doesn't seem to work.
> 
> Thanks,
> Vlad



<td style="background-image:url(image.gif); background-color:#FFFFFF">


HTH
Gary


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

Reply via email to