The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Which is the CSS template for the background image?

3 posters

Go down

Solved Which is the CSS template for the background image?

Post by Richardr September 18th 2008, 12:21 am

Which CCS template has the code for the forum's background image? I want to change it from "scroll" to "fixed."

Thanks.
avatar
Richardr
Forumember

Posts : 415
Reputation : 0
Language : english

Back to top Go down

Solved Re: Which is the CSS template for the background image?

Post by NOBLE CANADIAN September 18th 2008, 11:42 am

Hello,

Go to: Administration Panel > Display > Colors (under 'Pictures and Colors' in left column) > Click on the 'CSS Stylesheet' tab. The code for the background should be located near the top.

It should look something like this:

Code:
body {
   background-color: #252525;
background-image: url('http://i261.photobucket.com/albums/bg3.jpg');

background-repeat: repeat-x;
margin-top:150px;   
        background-attachment: fixed;
   font-family: Verdana,Arial,Helvetica,sans-serif;   
   font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
   margin: 0px 0px 0px 0px;
        padding: 0px;
        border-color: #862121;
   border-width: 0px 0px 0px 0px;
   border-style: solid;
}
NOBLE CANADIAN
NOBLE CANADIAN
Forumember

Male Posts : 176
Reputation : 20
Language : English
Location : ON, Canada

http://tdmclan.darkbb.com/

Back to top Go down

Solved Re: Which is the CSS template for the background image?

Post by Richardr September 18th 2008, 9:34 pm

Thanks, it works. Though I had already adjusted that setting a long time ago. Seems it needed to be done again, for some reason.
avatar
Richardr
Forumember

Posts : 415
Reputation : 0
Language : english

Back to top Go down

Solved Re: Which is the CSS template for the background image?

Post by zakir321 September 20th 2008, 4:29 am

This topic seems to be solved, so I will close. Smile
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum