Page 1 of 1

URL tags

PostPosted: Sat Apr 12, 2008 1:52 am
by Natewolfman
Im possitive there is a code in which i can create a link, but instead of displaying the entire link it shows the name of the page

Example

viewtopic.php?f=91&t=43030&st=0&sk=t&sd=a
Page=Ultimate Classics League

I would like (if anyone knows how) the code to make the link name 'Ultimate Classics League" rather then the unsightly link itself

thanks,
-NateWolfman

Re: URL tags

PostPosted: Sat Apr 12, 2008 2:49 am
by oVo
Ultimate Classics League

<url=http://www.conquerclub.com/forum/bla bla bla> Ultimate Classics League </url>

just replace the four < >s with [ ]s.

Re: URL tags

PostPosted: Sat Apr 12, 2008 3:34 am
by firth4eva
Code: Select all
[url=PPUT YOUR URL HERE]Ultimate classic[/url]

Re: URL tags

PostPosted: Sat Apr 12, 2008 1:31 pm
by Natewolfman
thanks guys