In this example we are going to be adding a simple link to your links page, first of all you will need to log into your site, goto advanced editor, then select Page Editor. This area lets you edit existing pages on your website (and create whole new ones), by default there will be a links page listed, click on the edit link next to links, you will then see a box where your can place your links. Now we need to create a link. So lets look at how a link is constructed.
Example Link: <a href="http://www.diy-dating.com/">A Link To DIY Dating</a>
As you can see from the example above a html link is made up of two distinct parts, the first part is the destination you will go to when you click on it, and the second part is what you will see on the screen. So in this example it says “A Link To DIY Dating” and when you click it it will take you to www.diy-dating.com. Now, copy and paste the example link into the links box on the Page Editor Links page and then click Update Links, you will notice that at the top of your screen it will say updated in green letters, this tells you that the text you entered has been saved.
Now lets visit your links page. If you click on the link to your dating site (top right corner of your administration area next to log out) this will take you to your website. You should see the address of your website in your internet browser. e.g. http://mydatesite.diydating.com you will then need to go to you links page, you can do this either by clicking on the links button (if you have one) or navigate to your links page by typing in the address of your website followed by the name of the links page (which is links.php).
You should end up with something similar to this http://www.romanticplanet.co.uk/links.php
As you can now see a link to DIY-Dating is now showing on your links page.
To add more links just repeat this process, and if you would like more information on html links or html in general a good website to visit can be found here.