I can't get rid the content top padding in this example: http://twitpic.com/3110jq.
<telerik:RadEditor ID="txtMessage" runat="server" Width="500px" Height="250px" EditModes="Design" ValidationGroup="NewPost" ContentAreaCssFile="~/Community/themes/EditorContentAreaStyles.css" Skin="Sitefinity"> <Tools> <telerik:EditorToolGroup Tag="Forum"> <telerik:EditorTool Name="AjaxSpellCheck" /> <telerik:EditorTool Name="SelectAll" /> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" /> <telerik:EditorTool Name="Paste" /> <telerik:EditorTool Name="InsertLink" /> <telerik:EditorTool Name="InsertDate" /> <telerik:EditorTool Name="InsertTime" /> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorTool Name="StrikeThrough" /> <telerik:EditorTool Name="InsertOrderedList" /> <telerik:EditorTool Name="InsertUnorderedList" /> </telerik:EditorToolGroup> </Tools></telerik:RadEditor>