Monday, July 13, 2009

3 Easy steps to customizing your blog

1) - Open the header of your choice in your digital editing software and add your title.
- Add your photo or logo if applicable.
- save your header and background to an image share site that will give you a direct image link, such as photobucket (any site that you can upload and share your images through that will give you a link that looks something like http://i106.photobucket.com/albums/m241/yourbucket/image.jpg)

2) HEADER:
- sign in to your blog
{from the dashboard} click 'layout' under the title of the blog you want to add your new blog wear to
{from the blog} click 'customize' in the upper right hand corner click 'page elements'
- click 'edit' On the long rectangle at the top of the layout that has your title in it
- paste the direct link you acquired from your photo sharing site into the 'From the web' slot (you will see your new header apear)
- click 'Instead of title and description'
- click save

3) BACKGROUND:
- click 'pick new template' choose 'minima', which is the first choice in the top left
- click 'Edit HTML' and scroll down until you find the following set of html code:
(they are located in the upper section of the codes, just scroll slowly and you will find them)
body {
background: #ffffff;
margin: 0;

After finding them, change them into these codes:
body {
background:#fff url("direct URL of the image");
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
margin: 0;
(“direct URL of the image”) is what you created earlier when you uploaded your image - the http://i106.photobucket.com/albums/m241/yourbucket/image.jpg the link DOES need to be in parentheses and quotation marks as above

No comments: