Hello,
I am using RadEditor and saving its content in database. but while i retrieve that content it always show a single line space between all lines.
Editor is declared as
Can someone help me to detect this problem.
Thanks,
Pinkey
I am using RadEditor and saving its content in database. but while i retrieve that content it always show a single line space between all lines.
Editor is declared as
| <telerik:RadEditor ID="rdEditorAppMethods" runat="server" Height="385px" Width="330px" EditModes="Design " |
| EnableResize="False" Skin="Office2007" ToolsFile="~/Editor/ToolsFile.xml" OnClientCommandExecuting="OnClientCommandExecuting1" |
| ContentAreaCssFile="EditorContentArea.css"> |
| <Content></Content> |
| </telerik:RadEditor> |
Can someone help me to detect this problem.
Thanks,
Pinkey
