Okay if you open a virgin custom island to edit it will look something like this:
Code
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
EOF;
To add a link you place the html between the EOF tags.
so it would look like this:
Code
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
<a href="http://www.getitlubed.com/freecatalog.html">Free Catalog</a>
EOF;
Of course you would edit the url to be where the catalog is.

Last edited by Ruben; 06/27/2009 3:37 PM. Reason: Changed example url to match for your free catalog on your home page

Blue Man Group
There is no such thing as stupid questions. Just stupid answers