OK:
The [*url] tag codes the following html code:
<a href="{option}" target="_blank">{option}</a>
The {option} is both the link, and when you just use [*url]--[*/url]
thats what shows up.
When you use
[*url={param}]{option}[/url]
you get the html code:
<a href="{param}" target="_blank">{option}</a>
Were {param} is the link, and {option} is the name that comes out, which is what i did.
NOTE: if you want to utilize the [*url] codes, take out the *