Home Affiliates Games, Pics, and More HTML Help Contact Me
To make text link to a another section of your site or another site completely type the following HTML tag:
<a href="where ever you want to link to"> Your Text or Image goes here</a>

To make an E-Mail link type the following HTML tag:

<a href="mailto:Your address here"> Your Text or Image goes here</a>

To make an E-Mail link WITH A SUBJECT type the following HTML tag:

<a href="mailto:Your address here?subject=put your subject here">Your Text or Image goes here</a>

To change the color of your links type this:

<body link="#hex code" vlink="#hex code" alink="#hex code">

To make a button like link type the following:

<form method="get" action="web address.com"> <input type="submit" value="Home">
It will look like this:

To make a link open in a new window type the following:

<a href="site.url"target="tlx_new">text goes here</a>