Changing URL link name

Permabanned
Joined
8 Jul 2006
Posts
751
Location
Google Earth
If using a forum that does not allow <a href=

how do you use to Change the name of a link, so instead of saying, for example:

http://www.google.co.uk

it will display the link as:

Google!

But still work as intended.

Regards!
 
If you aren't allowed to href, then check for an alternative markup that you can use. At OcUK we can do it:

Google!

This is:
Code:
[ URL="http://www.google.co.uk"]Google![/URL]
(minus the space after the first [ )
 
Back
Top Bottom