I'm having an ongoing issue with some of the editing window heights. I just upgraded to 2.4.3 and the problem still exits.
Here is my code:
<TABLE width="650" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD bordercolor="#FFFFCC"><P><FONT COLOR="#F6CE7D"><B>
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Value = dataSet("region.content")
oFCKeditor.ToolbarSet = "MyToolbar"
oFCKeditor.Height = "700"
oFCKeditor.Create "txtContent"
%></B></FONT></P></TD>
</TR>
<TR>
<TD bordercolor="#FFFFCC" HEIGHT=20><P></P></TD>
</TR>
<TR>
<TD HEIGHT=30><P><input type="submit" value="Submit Changes"></P></TD>
</TR>
</TABLE>
Using the above code, the editing window looks perfect on Macintosh/Safari, but viewing with Windows XP/IE, the editing window is 700 pixels tall, but only about 10-12 rows of the content are displayed. Any ideas on what I'm doing wrong? Thanks so much.
Here is my code:
<TABLE width="650" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD bordercolor="#FFFFCC"><P><FONT COLOR="#F6CE7D"><B>
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Value = dataSet("region.content")
oFCKeditor.ToolbarSet = "MyToolbar"
oFCKeditor.Height = "700"
oFCKeditor.Create "txtContent"
%></B></FONT></P></TD>
</TR>
<TR>
<TD bordercolor="#FFFFCC" HEIGHT=20><P></P></TD>
</TR>
<TR>
<TD HEIGHT=30><P><input type="submit" value="Submit Changes"></P></TD>
</TR>
</TABLE>
Using the above code, the editing window looks perfect on Macintosh/Safari, but viewing with Windows XP/IE, the editing window is 700 pixels tall, but only about 10-12 rows of the content are displayed. Any ideas on what I'm doing wrong? Thanks so much.