Sunday, August 22, 2010

How do I personalize on an easy way, a blogger (blogspot) template?

I've created a blog on blogger.com, but i'd like to know how to personalize the template, i mean, change header, colors..etc..

How do I personalize on an easy way, a blogger (blogspot) template?
Hi, when you goto the style area (customization) they give you a style sheet you can add or alter.





A CSS Style sheet is a *style* to a page. So you have to learn CSS to do this.





But for instance where you se


%26lt;div id="header"%26gt;





The Style sheet that referes to it is this (for one dsign)..


#header {


width:660px;


margin:0 auto 10px;


border:1px solid #333;


}


}





Now thats how you change the header... IF you wanted to add a background or a picture in hte header just add


background: url(http://com/image.jpg) no-repeat;





Its not that hard once you know it... It is pretty cool


You have to know somehting about style sheets


No comments:

Post a Comment