How do I create a link?
How do I create a link?
Creating a link is sometimes hard, to add a link to the page is <a href="html">name</a>, the html is the address of the page you are loading. For example http://www.rjswebhost.com is the address of the website you wont to link to. If you wont to create a new window for the link, add target="whole" will create a new window for the site.
Rogers Software