This post for how to make a link on the post to another webpage. I thinik this post helpful for every bloger.
It is useful if you have someone to be successful in this post. We will try to come to you with needs for the post as well.
1. Highlight the text you'd like to turn into a link. If you do not select any text before useing the link buttion your link will be created but without anything to click on.
2. Click the Link button ( or hit control+shift+a on your Keyboard):-
3. A pop-up window will appear promptiong you for a URL you'd like to link to. Type the URL in the text box. Remember http://url/
4. After OK You will see like.
If this link button doesn't appear in your browser. or isn't working for some reason. you can type in the link by hand:
<a href="http://URL">TEXT</a>
Here's an example scenario:
let's say you want to tell people about some cool website you foun, let's call it. http://www.aspmission.blogspot.com/ Here's and example of what of you might type into your blog:
Hey all, Check out <a href="http://aspmission.blogspot.com">this</a>! it's a really cool website i found.
In this example, the word "this" would be the link to http://www.aspmission.blogspot.com/ that is, it would show up as a blue underlined word on your blog. The key things to note are:
1. The " a href" Stuff must be enclosed in these kind of brackets <>. That lets the computer know you are enterning HTML and not just typing stuff ot be displayed.
2. The website you want to link to must be in quotes, and must always start with http://. If you don't have the http://, the link probable won't work.
3. Any text you type after the > that closes out the bit where you write the wbsite address will be the actual link that shows up on your blog. The </a> tag lets the computer know that any text aftere </a> is just normal text an should not be part of the link. Note: you have to put the </a> in , otherwisethe rest of your blog post will be treated as a link, and it will probably cause other weird things to happen that you don't want.
Not: The hyperlink button is only present in IE 5.5/ windows and newer. as well as browsers based on mozilla 1.3 or later ( Camino/firebird/etc)/ If you are using a windows browser, there is a keyboard shoutcut to do the same thing. Select the text you want to link and then hit ctrl+shift+a.
I hope you are enjoyed reading this article. Share with your friends.
Post a Comment