Thursday, 8 August 2013

How To Add Image In your Blog header

How To Add Image In your Blog header

  

Hi friends now m telling how to add image in blog header in simple way follow these step and u get image in your header....
  1. finding an image and cropping it to fit (once again using Irfan View)
  2. upload this image to your web host
  3. put this code in your template between the <style> and </style> tags in your blogger template:


    #header {
    width:660px;
    margin:0 auto 10px;
    border:1px solid #ccc;
    background: #fff url(http://your image.jpg) no-repeat top right;
    }
  4. change the URL between the parenthesis from http://your image.jpg to the URL assigned by your web host
You notice that it says "no-repeat top right". That moved my image to the right. You can change that to left or center. Depends on your design. thanks for reading this i hope you like it



For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

0 comments

Post a Comment