Code to add a clickable image:
Here is the code to add a clickable image(open in the same window)
Clickable image(open in new window):
Here is the code for it
Change the red coloured words with your needs.
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.
Here is the code to add a clickable image(open in the same window)
<a href="URL OF WHICH YOU WANT TO OPEN IN SAME WINDOW"><img src="YOUR IMAGE LOCATION HERE" alt="NAME" width="160" height="134" border="0" /></a>
Clickable image(open in new window):
Here is the code for it
<a href="URL OF WHICH YOU WANT TO OPEN IN NEW WINDOW" target="_blank"><img src="YOUR IMAGE LOCATION HERE" alt="NAME" width="160" height="134" border="0" /></a>
Change the red coloured words with your needs.
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.