do you mean the standard RedDot text editor? Unfortunately there is no chance to configure it XHTML compliant, but there are these two workarounds:
1) Switch your project variant to "XHTML" compliance This will output the whole page to XHTML using tidy. But keep in mind that tidy will affect the whole page code, not only the text elements! This means that your template code will be changed as well, and the results are not always what you expect! 2) Use a HTMLConvertTable.txt to convert the upper case tags to lower case tags, <BR> to <br/> and so on. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
