How do you insert a link on your post/page on your blog?

  • I see the links to do it but I can't seem to work it out. I want the link to appear like this: Google When I use the link it appears like this: #mce_temp_url# using visual mode. And with HTML, I can't make heads or tails out of that one.
  • If you use the html mode of the editor, you can enter the link as this:

    <a href="http://yourlink">your text</a>

    If you use the visual editor, you should type your text, then drag your mouse to highlight the text you wanted linked. Then click the link button (looks like a chain) in the editor and a popup appears. Type your link into that to insert the link. If you do that and you get an error, please leave the error there and publish your post, then please PM me so I can check it from the back end and find out what's wrong. Thanks
  • Thanks so much! I used the HTML mode and it worked! I was using the normal tags YOUR TEXT for it because I wasn't sure. Thank you again.