Breaking News

How to Add a Background Image on Blogger

Imagine if you would remove the background image from your Blog and add your own desired image on Blogger, how it will be? I know many of Blogger want to remove the background image from there Blog. Because with the default background image your Blog looks like unprofessional.

If you add your own desired image on the background, your Blog looks more attractive to the readers. Ok let’s remove the background image and add your own image. Before doing this I recommend you to copy your template’s code to a plain text editor.

Log in to your Blog and go to Layout and click Edit HTML and locate these lines:


1.    It is your background image’s url. Your background image load from that url. Now delete that line by pressing backspace and save your edited template. Go to your blog and you will see your background image is removed and shows plain color.
Now it’s time to add your own image at the background. Get your desired image and upload it to Flickr or any other free photo share sites. Open your uploaded image and copy the link location of your picture. Now come back to your Blog’s Edit HTML page and paste the url at the empty background's url. Save it now. And go to your Blog to see your lovely background.
2.    It is your background’s color code. If you only want to change the color of your background and put a plain color on your blog, just change the color code.

Some problems on the background:
1.    Before uploading your image on the server increase it’s width and height size. Particularly increase width size. Because it doesn’t repeat.
2.    Locate the repeat-x code and change it to repeat-y. By doing this your image will be repeated according to Y axis.

No comments