I've been messing around with the style.css and theme.php files in under my themes folder trying to figure out how to make a tiled image (like little squares) as the background for my blocks.
Does anyone have any idea where in the script I should insert the code and what the code might look like?
Thanks in advance,
Alan
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Fri Apr 18, 2003 5:00 pm
in /themes/themename/theme.php
find function themesidebox()
there might be a line like this in it:
Code:
."<!----- Side Box Content ----->\n"
Under that line there'll be a table line.
Under that, there'll be line wiht $content written on it.
now, look up the code to the <td> call before the $content line, and insert the standard html code for backgrounds into that.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum