How do I rename a hyperlink?

HermDogg

Golden Member
Jul 29, 2004
1,384
0
0
For HTML? <a href=http://yourlink>NAME</a>. For AT, [ L=Your Name ]http://yourlink[ /L ] without the spaces in the [ L ] and [ /L ]
 

KenSr

Golden Member
Sep 21, 2003
1,441
0
0
Hermdogg,
I am a little dense ( well maybe more than little ), but could you simplify this a bit more. :eek:

Ken
 

HermDogg

Golden Member
Jul 29, 2004
1,384
0
0
Okie,

If what you're doing is on a webpage, it should look like this:

<a href="http://myurl.com"> Text You Want Displayed </a>

If you're talking about AT forums, it should look like this, except take out the quotation marks:

["L=Text You Want Displayed"]http://Myurl.com["/L"]

Hope that helps.