If your site is full of text,then it will spoil the look of your blog.So,if you add some pictures here and there in the sidebars in your blog,then it will give your blog a professional look.
Let's see how to do it.
Adding a picture(unclickable one):First upload your photo to any free image hosting site like photobucket.com.They will provide an url(link) directly to the photo.Take a note of the url and use the code below replacing the url( from http to jpg) in the code to your original one.(Set your own dimensions to suite your needs)
<img src="http://i879.photobucket.com/albums/ab354/jrishi2007/lam16a.jpg" border="0" alt="car"></a>
The image looks like this(unclickable)
Code to add a clickable image:
Here is the code to add a clickable image(open in the same window)
<a href="http://roanty.blogspot.com"><img src="http://i879.photobucket.com/albums/ab354/jrishi2007/lam16a.jpg" border="0" alt="car"></a>
n the above code,kranthitips.blogspot.com is the target url(replace that url with your desired target url) and
the image url aswell(set your own image dimensions).
The output image will looks like this
Clickable image(open in new window):Here is the code for it
<a href="http://roanty.blogspot.com" target="_blank"><img src="http://i879.photobucket.com/albums/ab354/jrishi2007/lam16a.jpg" border="0" alt="car"></a>
If you want to add the pictures in sidebar,sign into your blogger account>add a page element>html/javascript>paste the code and save the changes.
0 comments:
Post a Comment
Please leave some comment.