I am trying to instert <br clear="all"> in the HTML code, but Tinymce gets rid of it for some reason.
Is there a reason for this? Any ideas for a workaround?
Cheers.
-
MODX Staff
- 12,272 Posts
TInyMCE will tend to remove invalid elements in its base configuration. You might want to insert <br style="clear:both" /> or just turn off cleanup entirely.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Hey Ryan,
Thanks for the response. <br style="clear:both" /> worked like a charm. Nice one.