Another writer on here sent me a message recently to ask if I knew how to add a link to another article into an article she’d already written by using the edit window. This can be easily done by typing in the html code manually but I realised that not everyone knows how to do this. Hence this little tutorial.

When you first write an article you do it in a window that has formatting controls such as bold and underline in a tool bar along the top. There is a button there for creating links, making it easy to insert them when you first write the article. But what if you want to go back to the article after it is posted and add another link then? You click the edit tab but now you are faced with a plain text box with no controls and any formatting changes you want to make have to be done by entering the html codes manually. This includes if you want to add a new link.

For those of you who don’t know, html is a way of inserting web page formatting into a plain text document. The formatting commands, known as html tags, are enclosed in pointed brackets < > and the reader’s web browser knows not to display what is inside these brackets but instead to use it to format the other text.

The html tag for creating a link is the anchor tag <a>. It is always paired with a closing anchor tag </a> and the pair sit around the text that you want to turn into a link.

Let’s have an example. Suppose I want to insert a link suggesting the reader look at another similar poem of mine and I want it to look like this:

You might also like my poem Ode to Downstairs.

where the title Ode to Downstairs becomes a link to the page that poem is on (but the rest of the text stays as plain text). What I’d need to do is put the words Ode to Downstairs between the anchor and closing-anchor tags:

You might also like my poem <a>Ode to Downstairs</a>.

So far so good. We’ve got tags that tell the reader’s browser that here is a link but there’s nothing to tell the browser where that link should take the reader when he or she clicks on it. To do that we have to insert the web address (URL in technical terms) within the opening anchor tag as a hypertext reference using the format href="WebAddressHere"

My poem Ode to Downstairs is at http://expertscolumn.com/content/ode-downstairs so the full hypertext reference becomes:

href="http://expertscolumn.com/content/ode-downstairs"

You insert the hypertext reference into the anchor tag by pasting the above text into the opening anchor tag just before the >. So the full anchor text in my example becomes:

You might also like my poem <a href="http://expertscolumn.com/content/ode-downstairs">Ode to Downstairs</a>.

There. Simple! Or if not, then it becomes so with a bit of practice!

Just one further point: how do you know the web address of the article you want to point to? Simple. Just open it and select (click and drag with your mouse) the address that appears in the web address box at the top. Copy this (control + C) and paste it (control + V) where you want it in the link text you are creating.

I hope this helps. Happy linking!
 


Promote This Column on Other Sites:


Comments

Excellent article. Well written and easy to understand!

Thank you!

An excellent Tutorial, for sure. This is a valuable resource for all of us here and I will bookmark your column, so that I can refer it again. Many thanks for the share.

You have helped me out here lots I know more than before and will try do so as well,thanks Bruce

Thank you Bruce, but I am so technology challenged that I still don't completely understand.,

Anonymous's picture
Anonymous

this is a cute piece, it is quite elaborate and helpful to anyone not familiar with html. though i am, your explanation comes off so neat it gave me better appreciation of what i already know. i am a firm believer of understanding as a deeper function of knowledge.

on behalf of everybody, thank you BRUCEW...

sure thanks bruce...it sounds like a better idea than using the link button especially when updating columns.

Very helpful, Bruce. Now I know!

This is a very helpful article to many of us, Bruce. Thank you for sharing.

This article is well written and the step-by-step is great. Many of us need exact directions and you have done a great job. Many thanks!

Thanks this should be helpful.

I think there is a button to add the link which makes it easier. You can also decide if it pops up as a new window or not.

There is when you first create and post an article. If you open it to add extra links after it is posted, then the toolbar with all the buttons is missing and you have to add links manually using html tags.

Dude the tool bar is already back with other sharing button tools. I Love it.

It was yesterday but it had disappeared again this morning.

The article was true when I wrote it, though, so it stands.

It worked! Thanks!

Very useful article thanks. I usually go back and add a link if I've written a related article. However, yesterday I tried to do just that and couldn't find the edit button to add the link.

very helpful, thanks

This is helpful...but if I am asked, I would rather suggest ExpertsColumn to bring back those widget tools found on the editor section.

That is really an useful information dear Bruce Officer which will be a great tool for the people like me who don't have any knowledge of HTML formatting! Thanks for sharing!

Nice tutorial. I know I need to get better about backlinking. :)