Daffyduck021
05-15-2003, 11:19 PM
Even though I've read how to put the background in my table it still isnt working. My whole page is divided up as a table like this:
<!--START WHOLE TABLE-->
<table width="600" border="0" cellspacing="0">
<tr>
<!--START COL #1-->
<td width="300" valign="top" bgcolor="#FFFFFF" height=800>
<img src="me.gif" width="100" height="800">
<br>
</td>
<!--START COL #2-->
<td width="100" valign="top" bgcolor="#FFFFFF" height=800>
<br>
</td>
<!--START COL#3-->
<td width="200" valign="top" bgcolor="#FFFFFF" height=800>
<br>
</td>
</tr>
</table>
when i put the code <table background="image.gif"> right after <table width="600" border="0" cellspacing="0"> it still doesnt work. help me please! :(
<!--START WHOLE TABLE-->
<table width="600" border="0" cellspacing="0">
<tr>
<!--START COL #1-->
<td width="300" valign="top" bgcolor="#FFFFFF" height=800>
<img src="me.gif" width="100" height="800">
<br>
</td>
<!--START COL #2-->
<td width="100" valign="top" bgcolor="#FFFFFF" height=800>
<br>
</td>
<!--START COL#3-->
<td width="200" valign="top" bgcolor="#FFFFFF" height=800>
<br>
</td>
</tr>
</table>
when i put the code <table background="image.gif"> right after <table width="600" border="0" cellspacing="0"> it still doesnt work. help me please! :(