echo hyperlink

Post Reply
Lyev
Posts: 6
Joined: Mon Feb 20, 2012 6:38 am

echo hyperlink

Post by Lyev »

If I wanted to echo a hyper link, how would I do so? I wanted to do something like this:

echo("<a href='http://www.achaea.com/vote'>Vote for achaea!</a>")

But it didn't work.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: echo hyperlink

Post by Vadi »

echoLink("Vote for achaea!", "openUrl('http://www.achaea.com/vote')", "Click here to vote!")

Lyev
Posts: 6
Joined: Mon Feb 20, 2012 6:38 am

Re: echo hyperlink

Post by Lyev »

Thankyou !

Post Reply