Tuesday, January 6, 2015

How to add and link images to blogger layout


Sometimes it becomes necessary to add images of ads, buttons and others to your blog. Adding images to your blog layout or look can be done in two ways.

1. Using the add image method

First go to your blogger and open your blog
-Go to layout and then select add gadget
-A pop-up screen comes up.  Scroll through to find images and select it.
-Upload the image you want to add or you can either place a link of it.
-In add a link space, place a link you want the image to direst others to. Or
-Don’t place any link if you don’t want the image to direct anyone to.
-Save it and then place the gadget in the position you want it to appear on blog.
-Save arrangement.
-Whoala! You are done.

2. Use the HTML code method

-Go to add a gadget
 -Scroll through the options in the pop-up menu and select HTML/Java Script
-You can add as many HTML code of image as you want.
-See Also: How to create Html codes of images.
-Save it and save the arrangement in layout.
-Whoala you are done!
I prefer to use this method to the first method.

No comments:

Post a Comment

$("#slideshow > div:gt(0)").hide(); setInterval(function() { $('#slideshow > div:first') .fadeOut(1000) .next() .fadeIn(1000) .end() .appendTo('#slideshow'); }, 3000);