View Single Post
Old
  (#8 (permalink))
Mighty_Y
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-07-2003, 07:02 AM

ok try this for changing the background to a pic
open ththemes/fisubsilvershadow/style/style.css and find this
Code:
.bodyline {border:0px solid #345487}
(It won't be exactly the same but it will help you out)
and change it to
Code:
.bodyline {background-image: themes/fisubsilvershadow/images/back.jpg;border:0px solid #345487}
It is just a guess because my testsite is down so I can't test it first


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Reply With Quote