need4speed Posted November 3, 2010 Share Posted November 3, 2010 How can I get rid of the tags that tinymce automaticly inserts when I save the Homepage editorial page?Its really ignoring Link to comment Share on other sites More sharing options...
Rabatkoder Posted January 15, 2011 Share Posted January 15, 2011 I know this is a late answer but i just had the same problem.I fixed it (not sure its the correct way to do it)In yourdomain/js/tinymce/jscripts/tiny_mce/tiny_mce.js - Change this:(l.forced_root_block||"p") to (l.forced_root_block||"false")andforced_root_block:"p" to forced_root_block:"false"That did the trick for me Link to comment Share on other sites More sharing options...
need4speed Posted January 17, 2011 Author Share Posted January 17, 2011 Sounds like a good solution I will give it a try! Thank you very much solution! Link to comment Share on other sites More sharing options...
Recommended Posts