Fwiffo
Power Member
- Apr 7, 2010
- 562
- 327
let's say that I want to have one of 3 different urls written in line of text, but linked as well
would appear:
so how do I spin that?
if I do:
then I'm likely to have domain 2 in the text linked to domain 3, which I don't want...
any suggestions?
would appear:
Code:
for more info, go to <a href="http://mydomain2.com">http://mydomain2.com/</a>
so how do I spin that?
if I do:
Code:
go to:<a href="{http://mydomain1.com|mydomain2.com|mydomain3.com}">{http://mydomain1.com|http://mydomain2.com|mydomain3.com}</a>
then I'm likely to have domain 2 in the text linked to domain 3, which I don't want...
any suggestions?