Using ASP editor. I've set the window height to 600, but only the first 10 lines or so of content are showing (with scrollbars). How to use the entire 600 pixel height?
I've noticed that there are few replies to questions posted on this support forum. Is there an alternative location for tech support? I would even be willing to hire an expert to solve this problem and a couple others with FCKEDITOR if such a resource were available. Thanks.
Re: Editor - Only first few lines showing
Re: Editor - Only first few lines showing
hi
Re: Editor - Only first few lines showing
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Value = dataSet("region.content")
oFCKeditor.ToolbarSet = "MyToolbar"
oFCKeditor.Height = "700"
oFCKeditor.Create "txtContent"
%>
And here is what I am seeing:
Attachments:
Re: Editor - Only first few lines showing
Re: Editor - Only first few lines showing
Re: Editor - Only first few lines showing
Re: Editor - Only first few lines showing
Re: Editor - Only first few lines showing