How To Hyperlink An Image To A Web Page
Two days ago, I published an article titled, “How To Insert An Image Into A Post“. If you don’t know how to do that, then I want to encourage you to read that very short and easy to understand article first before reading this article. In this article you will learn how to take an image that you inserted into your post and hyperlink it to a web page. Just like inserting an image into a post, linking an image to another page is also very simple and easy to do.
In the last article, I showed you this:
<img src=”http://www.google.com/images/logo_sm.gif”>
which results in this on your post:
Now if you add this in front:
<a href=”http://www.google.com”>
and this at the end:
</a>
Then you have this:
<a href=”http://www.google.com”><img src=”http://www.google.com/images/logo_sm.gif”></a>
Which results in this on your post:
Roll your mouse over this Google image and you will see that it hyperlinks to www.Google.com
Pretty cool!
<a href=”http://www.AnySiteYouWant.com”><img src=”http://www.any.com/images/yourwant.jpg”></a>
That is all there is too it!
Now you can insert images into your posts and link them to a page using straight HTML code instead of using your standard rich editor blog publishing wizard.
If you have any comments, questions, or suggestions… please feel free to leave me a comment. I am here to help. My goal is to take a lot of the mysteries out of blogging, which hopefully, will make your life a little easier. Overall blogging is very simple, HTML in fact is very simple. The English language is much harder to learn than HTML. Some people go their whole life speaking improper English… HTML can be learned over a weekend, and mastered in a month.
External Links & Additional References:
Popularity: 1% [?]
3 comments
Garry,
I have completed/activated Feedburner. You can know subscribe.
Ed
Good work. I like it, you should raise it up a little bit if you want people to see it.
Also, I would reduce your links down quite a bit on your home page, otherwise Google is going to have a difficult time accurately following the more important links.
You want an accurate index of your article on Google’s SERP. When you have so many other external links on the page you will cause the Google Bot to index on portions of your site.
What I would do is create pages to help consolidate your links. Here is what I would do:
These are all just suggestions to help you. I feel that a fast loading front page is important. I feel that you should limit your links to a maximum of 100 per page. The more tag is great tool for Google Indexing strategies. Remove Adsense and turn viewers into buyers of books that you personally enjoy or recommend.
Talk to you soon,
Garry
wow, thanks for the nice tips, Garry
Leave a Comment