On Wed, 2004-03-17 at 12:23, Mark wrote:
> I have the following snippet of code that I cannot seem to find a way to 
> add an image to a <TR>. The line in question is the first one under the 
> else statement:
> 
> print "<TR BGCOLOR=\"#381499\">";
> 
> This line, I would like to show a image called "backgrnd.png" instead of 
> a backgound color.
> 

This has nothing to do with PHP.

Try applying a style property to this element instead.

<tr style="background-image: url("path/to/file/foo.bar");">

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

Reply via email to