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
Solved! Go to Solution.
Views
Replies
Total Likes
If Day CQ Link Checker is enabled & configured with "a:href" then anchor links will be removed if anchor link is not starting with "/content" (if its internal url) or "http/https"(if its external url). so, check "Day CQ Link Checker Transformer" configuration & if its enabled then have proper href links instead of "mypage.html" so that valid anchor links will not be removed by Link Checker.
Hope this helps!
If Day CQ Link Checker is enabled & configured with "a:href" then anchor links will be removed if anchor link is not starting with "/content" (if its internal url) or "http/https"(if its external url). so, check "Day CQ Link Checker Transformer" configuration & if its enabled then have proper href links instead of "mypage.html" so that valid anchor links will not be removed by Link Checker.
Hope this helps!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies