I am tryed to put a background image in one tables. The bg image itself is 25X1 but when I put in in the table for some reason it loops for only 2 pixels of the bgimage. I have a image attached to show what I mean.
I also have to images on the sides of it... but for some reason I cant seem to get it. can any give me a insight?PHP Code:<table cellpadding="0" cellspacing="0" border="0" width="100"><tr>
<td width="96" background="images/catbg.gif">
<img src="images/catleft.gif">
</td>
<td width="90%" valign="top" background="images/catbg.gif" align="center">
<b>title</b></td>
<td width="96" background="images/catbg.gif">
<img src="images/catright.gif">
</td>
</tr></table>
Thanks.





Bookmarks