How do you put links instead of the whole url in a post eg. look here ?
Thanks
How do you put links?
Age
Tactical-Dillusions
I've been looking for this answer myself for an hour on the net..no such luck except for a fuzzy idea about HREF and lots of symbols lol.
A worthy bump.
If anyone knows how to rename links, extend an olive branch to those who are less fortunate.
A worthy bump.
If anyone knows how to rename links, extend an olive branch to those who are less fortunate.
Josh
For forums, it's:
^^ Although there's no space between the L and the equals sign at the beginning.
Or if your doing it on a HTML website:
Code:
[url =LINK TO WEBSITE]TITLE OF LINK[/url]
Or if your doing it on a HTML website:
Code:
<a href="LINK TO WEBSITE">TITLE OF LINK</A>
Tactical-Dillusions
Age