x)DarkRanger(x

Quote | Reply |
| HTML problem, need help. posted on: 12/20/2003 2:40:02 PM well heres my code so far (for a webpage)
<html> <head> <title> TEST </title> </head> <body> <table width="750" border="1" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="750" height="117">Banner Picture+Link Code</td> </tr> </table> <table width="750" border="1" cellpadding="0" cellspacing="0"> <!--DWLayoutDefaultTable--> <tr> <td width="146" rowspan="2" valign="top"> Bar</td> <td width="300" height="232" valign="top">News(can update)</td> <td width="300" rowspan="2" valign="top"><table width="100%"
border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="150" height="150">Shout box Java code</td> </tr> </table></td> </tr> <tr> <td height="150" valign="top">Another Spot for
News(updates=saturday)</td> </tr> </table>
</body> </html>
and here is the link to my temporary hosting: Site
Now here is what i wan't to do, i need to place an image background to the table on the left(links section) and i can't seem to get it to work. Any help on what tag and where to put it would be great, note: i only want the image in one section of the table. Thanks!
|