We are using the RadEditor on a control. If I change the font size to anything over 4 in the editor and begin typing, the letters are cut off at the top and bottom. Is there a setting I need to set to fix this? Here is the declaration for the RadEditor:
Thank you,
Lindsay
<telerik:RadEditor ID="tbNote" runat="server" Width="502px" TextMode="MultiLine" Wrap="True" EditModes="Design" Height="250px" Style="border: 1px solid navy;"> <Tools> <telerik:EditorToolGroup Tag="BasicFunctions"> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" /> <telerik:EditorTool Name="Paste" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorTool Name="StrikeThrough" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="FindAndReplace" /> <telerik:EditorTool Name="Print" /> <telerik:EditorTool Name="AjaxSpellCheck" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Undo" /> <telerik:EditorTool Name="Redo" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Outdent" /> <telerik:EditorTool Name="Indent" /> <telerik:EditorTool Name="InsertOrderedList" /> <telerik:EditorTool Name="InsertUnorderedList" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup Tag="FontTools"> <telerik:EditorTool Name="FontName" /> <telerik:EditorTool Name="FontSize" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="JustifyLeft" /> <telerik:EditorTool Name="JustifyCenter" /> <telerik:EditorTool Name="JustifyRight" /> <telerik:EditorTool Name="JustifyFull" /> </telerik:EditorToolGroup> </Tools> <Content> </Content> </telerik:RadEditor>Thank you,
Lindsay
