View Single Post
Old
  (#2 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
08-11-2003, 12:11 PM

I didn't do it in the theme.php. I did it in the blocks.html file :-)

The same html tag that encloses the $content string is the one you want to set your background image to.
example:
Code:
<td background="themes/Yourtheme/images/back.gif">$content</td>
mikem
   
Reply With Quote