table topic

liunx

Guest
i want to make a table that has a different bg than the bg like at <!-- w --><a class="postlink" href="http://www.gamespy.com">www.gamespy.com</a><!-- w -->, do i need to use java or can i just use html?<!--content-->Easily done with CSS. Add style="background-image: url(your_background.jpg)" to your table.<br />
<br />
For example:<br />
<br />
<table border="0" style="background-image: url(your_background.jpg)"> <br />
<br />
<br />
Can also be used in the <td> tag.<!--content-->coolies thanks<!--content-->like this? cuz i dont see any change<br />
<br />
<br />
<TABLE BORDER="0"><br />
<TR><br />
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="120"><br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"ImageNew/gridtop.gif" BORDER="0" ALT="gridtop.gif - 2115 Bytes"><BR><br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"ImageNew/gridtmp.gif" BORDER="0" ALT="gridside.gif - 1322 Bytes"><BR><br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"ImageNew/gridspace.gif" BORDER="0" ALT="gridside.gif - 1322 Bytes"><BR><br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"ImageNew/gridtsp.gif" BORDER="0" ALT="gridside.gif - 1322 Bytes"><BR><br />
</TD><br />
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="520" HEIGHT="1000" style="BGCOLOR=#FFFFFF"><IMG SRC=http://www.htmlforums.com/archive/index.php/"ImageNew/tabletop.gif" BORDER="0" ALT="tabletop.gif - 8659 Bytes"></TD><br />
</TR><br />
</TABLE><!--content-->
 
Back
Top