Page 1 of 1

How To: Referencing another site within a message

Posted: Mon Sep 18, 2006 12:24 pm
by Bobber
To reference another site within a message you use basic HTML code.

For instance, to type a message where you want the name of the site highlighted so you can click on it and get to the site, you would type the following....

Code: Select all

I would like to check out <a href="<site URL"> Tackle Shop X </a> for new products. 
This would produce a final result that looks like this.....
I would like to check out <a href="http://www.fish-hawk.net"> Tackle Shop X </a> for new products.

There are other options as well to show within current window or new window. Suggest you do a search on basic HTML code and you'll find these options.

Cheers,