Making a picture background in my php script...
Posted: Wed Feb 08, 2006 3:53 pm
I need help making a background in my table... I know this is html and your probly going to give me some poo about it but i don't really care. this is the code i got
Please help me with this all it does is displays the table but no image background.
Code: Select all
$msg = "<table width=\"477\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" bordercolorlight=\"#CCCCCC\" bordercolordark=\"#CCFFFF\">
<tr background=\"http://www.mywebsite.com/images/Gradient.jpg\">
<td height=\"40\">
<div align=\"left\"><b> <font color=\"#009999\">Logged In</font></b></div>
</td>
</tr>
<tr>
<td height=\"62\">
<p><font size=\"2\">Wellcome $_SESSION[username]!</font></p>
<p><font size=\"2\">Thank you for logging in. You are being transfered...</font></p>
</td>
</tr>
<tr background=\"http://www.mywebsite.com/images/Gradient.jpg\">
<td height=\"40\">
<div align=\"center\"><font color=\"#000000\"><a href=\"my_account.php\"><font size=\"2\">Click
here if you do not wish to wait</font></a></font></div>
</td>
</tr>
</table>";