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:- Why? In HTML4 you are not supposed to wrap block elements with anchors. This however is a desirable scenario when you want […]