When I try to use a link to an external site, it points to /node/add/www.url.com

How do I get it to link to an external site?

Comments

nils.destoop’s picture

Status: Active » Closed (cannot reproduce)

When i add following description to my fieldset:
google

Then the link is correctly shown an links to google.

mortona2k’s picture

I had <a href="google.com">Google</a> which was causing the problem.

I changed it to <a href="http://google.com>Google</a> which fixed it. Noob mistake..