BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Background color change
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge
View previous topic :: View next topic  
Author Message
jabob



Joined: 24 Oct 2005
Posts: 1

PostPosted: Sun Dec 11, 2005 9:57 am    Post subject: Background color change Reply with quote

I would like help in changing the background color of my blog site. Can someone tell me what I need to do and where exactly to go to make the changes? My website is www.crappylife.com
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Sun Dec 11, 2005 10:29 am    Post subject: Re: Background color change Reply with quote

This thread shows how to modify the style template on your blog. The style template controls the CSS code which affects the color, positioning, fonts, and overall style of your blog.

Add this code instead of the code presented on that page:

Code:
body {
    background-color: #ffffff;
}


and the background color of your page will be white.

Use this instead:

Code:
body {
    background-color: #000000;
}


and the background color of your page will be black. A great list of color names and their codes is here.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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