Hi there
I recently installed the latest DNN version 7.3.2 and the latest DNN CK editor version 2.00.14.
Whilst trying to customize the Styles dropdown from an XML file as per documentation I get the following error in IE when entering edit mode in the HTML module.
The <STYLES> node cannot be found
Here is the XML file
<?xml version="1.0" encoding="UTF-8"?>
<Styles StylesSetName="CustomStyles">
<Style name="H2_green_heading" element="h2">
<!-- Only add a Class Name to the Element --> <Attribute name="class" value="h2_green_heading" />
</Style>
</Styles>
Works OK in Firefox and Chrome - can you suggest a workaround ?
thanks
I recently installed the latest DNN version 7.3.2 and the latest DNN CK editor version 2.00.14.
Whilst trying to customize the Styles dropdown from an XML file as per documentation I get the following error in IE when entering edit mode in the HTML module.
The <STYLES> node cannot be found
Here is the XML file
<?xml version="1.0" encoding="UTF-8"?>
<Styles StylesSetName="CustomStyles">
<Style name="H2_green_heading" element="h2">
<!-- Only add a Class Name to the Element --> <Attribute name="class" value="h2_green_heading" />
</Style>
</Styles>
Works OK in Firefox and Chrome - can you suggest a workaround ?
thanks