I have following code in my template
<a href="http://{my_link}">Visit</a>“my_link” is a custom field with an url in it.
if the value of “my_link” is for example: “www.google.com” the link is shown correctly on my website:
Visit
if the value of “my_link” is: “http://www.google.com”, which is the standard way to save url’s… then I got following displayed on my site:
http://www.google.com
“> Visit
working with EE 2.1.1
Firefox
bug or fail on my site?
thx!