I have a site that I sliced in Photoshop and exported to GoLive. I want to take one of the slices and set it to a background with a grid. It automatically repeats the image and I don't want it to repeat. I've done some reading on it and what code to enter but I can't get it to work. The entire code for the area is:
Code:
<table width="1000" border="0" cellspacing="0" cellpadding="0" bgcolor="black" background="http://www.v7n.com/forums/images/jesse_insidepage_09.gif" cool gridx="10" gridy="10" height="617" showgridx showgridy usegridx usegridy>
<tr height="616">
<td width="999" height="616"><spacer type="block" width="999" height="616"></td>
<td width="1" height="616"><spacer type="block" width="1" height="616"></td>
</tr>
<tr height="1" cntrlrow>
<td width="999" height="1"><spacer type="block" width="999" height="1"></td>
<td width="1" height="1"><spacer type="block" width="1" height="1"></td>
</tr>
</table>
What code do I need for this and exactly where does it need to go? I want the image to stay at the top and if you scroll down further it is just background color. I tried it on the background of the entire page too and can't get that to work either. Thanks.