Log in

View Full Version : bbcode for internal links


steveneff
04-16-2008, 11:29 PM
I have a bbcode I use for making links to open in the same page.
<a href="{param}">{param}</a>
The first param I use for target="_self" and the second is for the link itself.
output = http://www.mysite.com/
Is it possible to have the output as mysite so you cannot see the url?

--------------- Added 1208398281 at 1208398281 ---------------

--------------- Added 1208398343 at 1208398343 ---------------

Found the answer

Replacement
<a href="{option}">{param}</a>
Example
My Site