How do I substitute the name of a link?

If I want to include a link in something that I write, but just want people to click on the word "here", and have "here" take them to the appropriate link, how do I change it??

For example-
Find the apple pie recipe here.

And "here" would be underlined and lead them to www.applepierecipe#405.com or whatever.

tgtips2009-03-02T18:37:19Z

Favorite Answer

Hi,

Simply place the word you want to be hyperlinked between the Anchor tags. For example:

Visit Google <A HREF = "http://www.google.com" target = "_SELF"> here </A>

Regards,

TgTips