I’m new on this forum. I couldn’t find an answer to my question here so I’m launching a new thread.
I’d like to link to a download package in running text.
I’ve created a link-template-url.php file with the following contents:
<a href="[download_url]" rel='nofollow'>[title]</a>
Function wise this has the expected result, but visually it’s not displayed in running text but as a separate div.
For some (for me yet unknown) reason this code is surrounded by a <div class=”w3eden”>.
Is it possible to suppress this <div>?