Create linksCreating links is easy. Just open the text editor by right-clicking on some editable text. Select (left click and drag the cursor over the text) the text that you want to turn into a link and click the link icon: There are five options, select the option you require then:
I've been given some HTML code for a link - what do I do?If you are given HTML code by the website you are linking to, use option (1) above and extract the link text and the URL from the code. E.g. You are given the code <a href="http://www.somedomain.com/apage.htm?variable=avalue">A bit of text</a> In this case the link text is A bit of text and the URL is http://www.somedomain.com/apage.htm?variable=avalue
If you are not used to HTML this can look a bit cryptic, here's what you do:
Enter the link text A bit of text into the editor, select the text, click the link button and enter the URL http://www.somedomain.com/apage.htm?variable=avalue
There is nothing to stop you using your own link text but link text can play an important role in search engine ranking for the site you are linking to. So, if you are provided with specific link text it is probably best to use it. |