Tuesday, January 6, 2015

How to create Html codes of images using blogger


Creating your own html from an image is as easy as ABC


1. Go to your blog and to new post.

2. Upload the image.

3. And on top of the tools go to html as shown below.

4. Copy the html code seen.

5. You now have an html code for your image. If you want to link it. Replace the text I have highlighted below for my image with a unique
Link you want the image to direct to.
That’s all folks!

No comments:

Post a Comment

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