To quickly find answers to most common questions, search the KnowledgeBase, below. If you don't find the answer to your question here, please visit our support page.
Knowledgebase home / Using LinkMachine / I need to add a link from my home page to my link directory so that visitors and search engines can find it. But, I don't know how to add a link to a web page. What should I do?
I need to add a link from my home page to my link directory so that visitors and search engines can find it. But, I don't know how to add a link to a web page. What should I do?:
NextEdit is a simple online web page editor that doesn't require any knowledge of html. You can try out NextEdit for free, and use it to very easily add the link to your home page.
The simplest way to add a link to your home page is to add a line of code like this to the HTML file for the page:
<a href="linkmachine/resources.htm">Resources</a>
(If necessary, change "linkmachine/resources.htm" to whatever the directory and filename of your link page is).