Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: HTML Editor and XHTML

  1. #1
    jimmidude is offline Junior Member
    Join Date
    Nov 2009
    Posts
    11

    Default HTML Editor and XHTML

    In the HTML editor in the Manage Topics admin panel it has a "Select Doctype" drop down box and a "Validate XHTML" button. When you hit Validate button it tells you everything is valid when the markup is not, valid XHTML. Biggest problem being uppercase HTML tags.

    If it possible to get this control to output valid XHTML? It seems to always make the tags uppercase, even when you directly edit the HTML and type it in lowercase. I would like to set my doctype to XHTML in expressTemplate.ascx but this editor forcing me to use HTML 4.01 instead.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Go to {root}/RadControls/Editor folder and open configfile.xml, try changing these lines from false to true.

    Code:
    <property name="ConvertToXhtml">true</property>
    <property name="SaveAsXhtml">true</property>