Hi all,
I have a problem that, using following code i am not getting the background image in mail using in <td backgroung=/image/3.jpg> .so please view the following code and suggest me what code should I use.
CODE :
<html>
<head>
</head>
<body>
<table border=1 bordercolor=#000000 width=90% cellpadding=0 cellspacing=0 align=center><tr>
<td>
<table width=100% cellspacing=0 cellpadding=3 align=center border=0 bordercolor=#999999>
<tr><td height=69 colspan=3 align=left bgcolor=#FFFFFF background=/logo/3.jpg></td></tr>
<tr bgcolor=f4f4f4>
<td colspan=3 class=link align=center>Your registered name is included to show this message originated from our site.</td>
</tr>
<tr bgcolor=f4f4f4><td width=100% colspan=3><hr size=0.1 color=#9d0000 width=100%></td></tr>
<tr bgcolor=f4f4f4><td width=100% colspan=3><hr size=0.1 color=#9d0000 width=100%></td></tr>
<tr bgcolor=f4f4f4>
<td></td>
<td colspan=2 class=text><BR><BR>Wait for The Admin Approval we Will Send You Soon a Confirmation Mail.
</td>
</tr>
</table>
</td></tr></table>
</body>
</html>
image is located in the folder located in the main folder..while this file is in the main folder..
that is.....file : mail.php >>> chat/mail.php while
image : 3.jpg >>> chat/logo/3.jpg
So, how to send in mail this image as background of any <td>..