Hi
I have my local instance of AEM Project Running and I can style my anchor tags all well but as soon as I add a url in my href it remove my link completely and makes the content like plain text
so instead of this <div class="mydiv"><a href="mypage.html">this was the link</a></div> im getting this -- <div class="mydiv"> " this was the link" </div>
how do i get this to work correctly on my local instance