I have a similar issue to this post on StackOverflow: html5 - How to configure TinyMCE to allow block-level elements inside anchor (a) tag? - Stack Overfl...
I wish to put divs and other HTML block-level elements inside of a link tag <a>. The editor is stripping out and correcting syntax that renders in modern browsers.
Can this setting be overwritten in some way to get the behavior I desire?
Solved! Go to Solution.
For those struggling with this, I found the markup is simply not allowed. That being said, I needed my markup to be rendered that way, so I put the content into a Token, then invoked the token on my landing page and used CSS to style it.
For those struggling with this, I found the markup is simply not allowed. That being said, I needed my markup to be rendered that way, so I put the content into a Token, then invoked the token on my landing page and used CSS to style it.