Bold Is always active on my radeditor. Even if i click on the bold button
I use the "Black" skin.
Here is my code :
<telerik:RadEditor ID="test" OnClientLoad="LimitCharacters" OnClientPasteHtml="OnClientPasteHtml" EditModes="Design" Runat="server" Skin="Black" Language="fr-FR" width="450px" Height="300px" >
<Tools>
<telerik:EditorToolGroup >
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="Indent" />
<telerik:EditorTool Name="Outdent" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="JustifyCenter" />
<telerik:EditorTool Name="JustifyLeft" />
<telerik:EditorTool Name="PasteFromWord" />
<telerik:EditorTool Name="InsertOrderedList" />
<telerik:EditorTool Name="InsertUnorderedList" />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="FontSize" />
</telerik:EditorToolGroup>
</Tools>
<Content>
</Content>
</telerik:RadEditor>
How can i resolve this ?
I tried to place it in a <div style="font-weight:normal"> but it's not working.
I use the "Black" skin.
Here is my code :
<telerik:RadEditor ID="test" OnClientLoad="LimitCharacters" OnClientPasteHtml="OnClientPasteHtml" EditModes="Design" Runat="server" Skin="Black" Language="fr-FR" width="450px" Height="300px" >
<Tools>
<telerik:EditorToolGroup >
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="Indent" />
<telerik:EditorTool Name="Outdent" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="JustifyCenter" />
<telerik:EditorTool Name="JustifyLeft" />
<telerik:EditorTool Name="PasteFromWord" />
<telerik:EditorTool Name="InsertOrderedList" />
<telerik:EditorTool Name="InsertUnorderedList" />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="FontSize" />
</telerik:EditorToolGroup>
</Tools>
<Content>
</Content>
</telerik:RadEditor>
How can i resolve this ?
I tried to place it in a <div style="font-weight:normal"> but it's not working.
