Create links to other web sites and blog posts is also a very important thing in web site developing and blogging. Hyperlinks are useful to get higher Search engine rank. If you can create good related links inside your blog posts to another posts you can keep your readers reading more content on your blog or web site. In this post lets see how we can create hyper links in compose mode or using the Html code on Edit Html mode. After reading this psot you will learn how to create links, how to use an image as a link, How to open your link targets in new windows and new tabs on your browser.
Create Hyperlinks on compose mode.
Creating a hyper link is very easy on blogger compose mode. type your URL address on your post and click "Link" Button on blogger tool bar. It will automatically create the required code to make a link to that URL. If you want to use a text link like "Read more" "Click here" then highlight the text you want to act like a link and click on "Link" button on your new post tool bar. ( Read this article to learn more about link button and blogger tool bar )
It will open the create link dialog box. you can add the URL on that box to complete your link.
Create Hyperlinks on Edit Html mode.
Now lets see how we can create a Hyper link on Edit Html mode using Html codes. This is the basic code we use to create a hyper link
<A href="http://www.yoursite.com">your text</a>
If you want to load that link on a new tab you can add target="_blank" code after your URL. For a sample lets male a link to load google.com by clicking a "Go to google.com" button on a new tab
<A href="http://www.google.com" target="_blank">Go to google.com</a>
It will appear on your blog like this Go to google.com
If you want to add an image instead of text you can replace blue color your text with the image code. Read more about Adding images to blogger in Html mode and How to create hyperlinks with images.
If you want to add an image instead of text you can replace blue color your text with the image code. Read more about Adding images to blogger in Html mode and How to create hyperlinks with images.
No comments:
Post a Comment