Search code examples
asp.netasp.net-mvc-3tinymcexhtml-1.0-strict

How to make tinyMCE content for ASP.Net MVC as XHTML strict?


How to make tinyMCE editor content of ASP.Net MVC page to XHTML strict?


Solution

  • A simple google search turns up this detailed article:

    http://www.gethifi.com/blog/how-to-produce-xhtml-10-strict-markup-with-tinymce

    Did you try that already?