Hi there
I'm having an issue getting styles to show correctly when editing text in the RAD Editor for SharePoint (v5.8.0.0, purchased incorrectly under a seperate account)
As you can see in the attached screenshots, the 'paragrapgh styles' dropdown (see paragraphstylesdropdown.png) displays the styles correctly. When the page is published (see publishedpage.png) the styles also show up correctly. However, when you're actually editing the content in the RAD Editor, it doesn't display the styles (see styleswhenediting.png)
This leads to a lot of confusion, as users think their styles haven't been properly implemented. Below is the 'paragraphs' section of the ToolsFile.xml
Any assistance in this would be greatly appreciated.
Thanks
Nigel Hertz
I'm having an issue getting styles to show correctly when editing text in the RAD Editor for SharePoint (v5.8.0.0, purchased incorrectly under a seperate account)
As you can see in the attached screenshots, the 'paragrapgh styles' dropdown (see paragraphstylesdropdown.png) displays the styles correctly. When the page is published (see publishedpage.png) the styles also show up correctly. However, when you're actually editing the content in the RAD Editor, it doesn't display the styles (see styleswhenediting.png)
This leads to a lot of confusion, as users think their styles haven't been properly implemented. Below is the 'paragraphs' section of the ToolsFile.xml
Any assistance in this would be greatly appreciated.
Thanks
Nigel Hertz
<
paragraphs
>
<
paragraph
name
=
"Normal"
value="<p>" />
<!--<paragraph name="<H1>Heading 1</H1>" value="<H1>" />-->
<
paragraph
name="<H2>Heading 2</
H2
>" value="<
H2
>" />
<
paragraph
name="<H3>Heading 3</
H3
>" value="<
H3
>" />
<
paragraph
name="<H3
style
=
'background:#d9d9d9; color:#4b4b4b; font-size: 14px; margin:0 0 10px; padding:5px;'
>Heading 3 Highlight</
H3
>" value="<
H3
class
=
'highlight'
>" />
<
paragraph
name="<H4>Heading 4</
H4
>" value="<
H4
>" />
<
paragraph
name="<H4
style
=
'font-weight: bold;'
>Heading 4 Strong</
H4
>" value="<
H4
class
=
'strong'
>" />
<
paragraph
name="<H5>Heading 5</
H5
>" value="<
H5
>" />
</
paragraphs
>