OK, still be easier if you gave a link to the page. It can be done. For a simple idea, just wrap the script in a span tag like this one:
HTML Code:
<span style="background:url('your.jpg');">script goes here</span>
Where your.jpg is the picture you want behind it. It won't look like much if you don't already have pictures set up to display in the script. Some tweaking of position and widths may have to be done to get things lined up the way you want. It might be easier if we change the script to make it a table. Wrap it in these tags:
HTML Code:
<table align="left" style="background:url('your.jpg');width=239px;"><tr><td>
script goes here
</td></tr></table>
change the separator in the script to:</td></tr><tr><td>
Then you could adjust position by changing the cellpadding and cellspacing of the table tag.
Bookmarks