Tuesday, February 24, 2009

[CSS]how to change blogspot background with other image?

Today a friend asked me how to change blogspot background with other image?

ok here we go firstly login to ur blogspot dashboard and click layout > edit html

when the page loaded please make sure u made a back up before u edit the template.



now what u need to do is find the css something smillar to the below codes

body {
background:$bgcolor no-repeat fixed ;
background-position: top center;
background-image: url(http://www.deviantart.com/download/113264845/MR__Jikey_header_by_jikey.jpg);
margin:0;
color:$textcolor;
font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}

the "no-repeat fixed " is actually fix ur background to not move when we are scrolling the blog, and let the background not keep repeating.

the "http://www.deviantart.com/download/113264845/MR__Jikey_header_by_jikey.jpg" u can replace with any pic as ur blog background u want from external links。

p/s: this is my 1st tutorial perhaps some 1 can understand

No comments:

Post a Comment