Hi,
In my main website I am getting an odd issue with the RadEditor. The background panel does not stretch all the way down the height of it. This is visible in the attached image. The top part of the image shows a test website that I made and it works. The bottom part of the image shows the problem (1a & 1b in the image). Any ideas what could be causing this odd issue?
Also what is the thing shown in position 2.
My code for the editor is shown below.
Regards,
Jon
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="NJC.Amonet.Web.WebForm1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
runat
=
"server"
>
<
title
></
title
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
div
>
<
telerik:RadScriptManager
ID
=
"uxRadScriptManager"
runat
=
"server"
></
telerik:RadScriptManager
>
<
telerik:RadStyleSheetManager
ID
=
"uxRadStyleSheetManager"
Runat
=
"server"
></
telerik:RadStyleSheetManager
>
<
telerik:RadEditor
ID
=
"RadEditor1"
Runat
=
"server"
width
=
"400px"
height
=
"100px"
></
telerik:RadEditor
>
</
div
>
</
form
>
</
body
>
</
html
>