Using HTML to create Hyperlinks to be used on your website is easy and can be fun at the same time. This can enhance and ease the navigation on your website. There are various types of hyperlinks you can use on your site.
Link to a page on your website
Enter your code like this:
<a href="index.cfm?fuseaction=browse&id=<!id!>&pageid=$$">TEXT FOR LINK</a>
Where
$$ are actually the pageid number. This number is always 1 for the homepage. Other pages will vary.
The part of the link that says "id=<!id!>" allows the system to dynamically replace this tag with the customer's actual id. Without this, the link will not work correctly.
Your page should look like this:
TEXT FOR LINK

Click Here to Go Back