How to create clickable call-to-action blocks and prevent Magento CMS corrupting your content
The Magento CMS will corrupt your content if you try to wrap block elements like Heading tags in an anchor. This example below will be broken when you try to reopen it after a save:- [php title=”Bad Code”] <a title="Take a virtual tour" href="/virtual-tour.html"> <img src="shop.png" alt="our shop" /> <h4>VISIT OUR LOCAL STORE</h4> <p>or click here […]