View Single Post
  #2  
Old 06-02-2003, 10:42 PM
 
StylinFX StylinFX is offline
 

Advanced Member
  
Join Date: Oct 2002
Location: US
Posts: 36
 

Default

These changes can be made under your skin1.css

Change:
Code:
BODY { MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px; BACKGROUND-COLOR: #FFFBD3; }

TO:
Code:
BODY { MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px; BACKGROUND-COLOR: #FFFFFF; }

This will give you a white background you'll can also change the side menu colors from the .css also.

Hope this helps
Reply With Quote