I am trying to get a bg in a table to center, is this possible?
Here is the code that I have
And it works, but the bg is tiledCode:<td height="299" width="77%" valign="middle" align="center" STYLE="background-repeat:no-repeat;" background="images/note.jpg" > </td>
here is the code that I tried to stop the tiling:
anyone have any ideas?Code:<td height="299" width="77%" valign="middle" align="center" STYLE="background-position:center; background-repeat:no-repeat;" background="images/note.jpg" > </td>
thanks
Chuck




Bookmarks