I have been breaking my head trying to figure out what file to modify to change the editor height. I modified the fckeditor.asp and also fckeditor.js files located in the fckeditor root directory, but doesnt make any difference. I also needed to change the base path, and i have a feeling that they are all sitting in that one elsive file. I am using asp.net
Thanks much in advance!!!
Thanks much in advance!!!
RE: WHERE to change editor height
Search for fckeditor.create or in php's case fckeditor->create();
You should see a fckeditor->height = 500px; or something similar.
Hope this helps
RE: WHERE to change editor height
Still not working.
RE: WHERE to change editor height
fckeditor.asp in the create / new function should be taking in a height parameter variable, if it does, dont worry about it. There still should be another page (that YOU make) that actually instantiates the object. What is the filename that you go to to test to see if the height is right? Like mywebpagewithfckeditor.asp or whatever.