Infolinks In Text Ads

Friday, January 14, 2011

Adding a background picture / image in template blogger

Those who do not know how to give background template with a picture / image in blogger, follow these steps, how the same is true for wordpress and html pages using CSS.

How:
Login to blogger, select one of the blogs that you want to love the background image, click the link layout, go to the page template, click the Edit HTML sub-menu, then look for the code / tag CSS body {}, for example (normally) like this:

body {
font: $ bodyFont;
color: $ textColor;
background: $ bgcolor;
}

then you add the code for the background with a picture to be like this:

body {
font: $ bodyFont;
color: $ textColor;
background: $ bgcolor;
background-image: url (http://www.domain.com/image.jpg);
}

Please replace http://www.domain.com/gambar.jpg with the url where you upload a picture / image for your background. To upload pictures, you can use www.imageshack.us or on Google Pages to upload pictures for free.

Good luck!

No comments:

Post a Comment