I have this snippet I inserted in a blank document, no stylesheet applied:
{exp:channel:entries channel="channel_name"}
<div><a href="http://{company_web_address}">{company_web_address}</a></div>
{/exp:channel:entries}and it produces this link:
<a href="http://companywebaddress.com/">http://companywebaddress.com/</a>Is there a way to get the
tags out of the generated url?