The platform on which I create the site adds tags paround image links in wysiwyg mode, and this will ruin the layout. Anyway, can I use jQuery to break tags pif it surrounds the image?
<div class="post">
<p><a href="link"><img src="image"></a></p>
<p><a href="link"><img src="image"></a></p>
</div>
source
share