I am trying to add an html link to a website but the website strips out the html:
When I view the source I get this:
<a href = "http://www.soandso.com&quot;&gt;http://www.soandso.com/&lt;/a&gt;
instead of what I actually want which is this:
<a href = "www.soandso.com">www.soandso.com</a>
Is there an html command to bypass the filter?