PDA

View Full Version : How do I replace a



William Thomas
09-25-2012, 07:51 AM
Hyperlink with txt to the hyperlink. Like this.

You can find it Here

And the Here would be a hyperlink to the page or what you wanted them to see. I always wanted to ask and now is the time.

Thanks for the help

Bill

ChaseShumway
09-25-2012, 09:54 AM
You would do this:

You can find it <a href="LINK GOES HERE">Here</a>

If you want it to also open in a new window add: target="_blank" after the link like this:

You can find it <a href="LINK GOES HERE" target="_blank">Here</a>

Don't forget to include the http:// at the beginning of your links!