Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Hyperlink images or text

This is a very easy thing to do and as you understand this is a post for beginners.In this post we'll see how we can Hyperlink a photo or some text with a simple Code.Lets see the code for text.

<a href"TARGET-LINK">TEXT</a>


So this is the code.Where is the "Target-Link" you change it with the URL (among with the http://) and where is the "TEXT" you change it with your text.Beware the </a> cause this defines the end so be careful,don't import in there words you don't want to be hyper linked.Let's see the image code.

<a href="TARGET-LINK"><img src="IMAGE_LINK"></a>


First you need to upload somewhere the image to get the direct link.It's the same code except of we have change the "TEXT" with the image (img) source (src).As you perhaps see,the image link is inside the end
</a> so only this will displayed as hyperlink.Don't forget always both codes (href & img src) goes among with =" " or your link will be not functional.



This post first appeared on Blogger Widgets ::blocoon::, please read the originial post: here

Share the post

Hyperlink images or text

×

Subscribe to Blogger Widgets ::blocoon::

Get updates delivered right to your inbox!

Thank you for your subscription

×