You have no idea how excited I am to have you with me in the blogging world!
Here is the way to embed a link into your text so that you don’t see all the code:
When you write your blog post, click on the Edit HTML tab on top. Let’s pretend I want to write the sentence,
For a great laugh, check out Jennie.
*and we want ‘Jennie’ to be the word that links to the following web address:
http://www.youtube.com/watch?v=KdJzrYfp7pA
Cut and paste the following code; you will use it all the time:
<a href="http://URL" target="_blank">TEXT</a>
Now insert the link you want to link to, by replacing “http://URL”
ex:
<a href="http://www.youtube.com/watch?v=KdJzrYfp7pA" target="_blank">TEXT</a>
Now insert the text you want to hide the link behind, by replacing TEXT
ex:
<a href="http://www.youtube.com/watch?v=KdJzrYfp7pA" target="_blank">Jennie</a>
Confused?
No comments:
Post a Comment