Tuesday, 29 January 2013

Widgets

How to Add Image Background to Your Blogger Blog

The background of a blog increases the attraction of a blog. It also effects the eyes of the audience, so we should select an eyesight friendly background. There are many types of backgrounds that you can choose as your blog background such as simple color selection, images and etc.
To select a simple color background, you have to add color code and if you want to add image then you must prepare an image. You can also select an image of texture to increase the attraction of your blog. For plane texture, you can create image any size and then apply "repeat" function in the script but if you want to add some picture or scenery then you have to prepare a full size image.
To apply image background follow this procedure:
  1. Go to blogger dashboard and select "Template" from options.
  2. Click on "Edit HTML" and search this:
</head>

Now just above this paste the following code.

<style type='text/css'>
body
{
background-image:
url(&quot;IMAGE URL&quot;);
background-repeat:
repeat;
background-attachment:
fixed
}
<!-- Coding by www.bloggerzhelp.com -->
</style>

  • Before applying, add your desired image URL instead of IMAGE URL 
  • If you have picture of scenery then add no-repeat instead of  repeat
Save your template and have a bit new look of your blog.

SHARE THIS POST   

Author: Muhammad Faheem Usama
Muhammad Faheem Usama is a professional blogger, web designer/ developer and Founder of BHD. He belongs to Read More →

0 comments :