Oct. 26, 2009 - Adding Links to your page
This is a pretty simple one. to add links to your page you will use this code
| < a href="Link URL Here">Link Name Here< /a> |
Put the URL (The site address) to the site you want the link to go to where it says "Link URL Here" leave the quotation marks in the code. then name it by butting the name you want where it says "Link Name Here" no quotations needed.
Note: I added Spaces between the " < " and the " a " and also between the " < " and the " / " so that is doesn't turn into html on this page. You will need to remove the spaces when putting the code into your page.
And this is how it comes out: Link To Google
