Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Fri Sep 26, 2003 6:15 am
The simplest way, imo, is to just modify 2 lines in the block. I am assuming that you are using the one from my site, but even if you aren't, you should see the principle.
Find the first reference to $content. It should be $content = "";
Modify that line to read $content = "<div style=\"background-color:#FFFF00;\">"; Of course you will change the FFFF00 to whatever color you want.
Then, and it should be the last line of code in the block, find $content .= "</form>"; and change it to $content .= "</form> </div>";
This will change the entire color, but not the block title bar. If you need that changed also, then you will need to modify the theme.
View next topic View previous topic
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