I've tried looking around abit, and the search of this forum is worthless, so... how do I resize the editor to be about 30 rows or so ( or maybe even by setting 400px height or whatever )?
Tue, 05/12/2009 - 06:14
#1

Re: How to resize textarea?
<script type="text/javascript"><!-- (function(){ var oFCKeditor = new FCKeditor("fckeditor:foo") ; oFCKeditor.BasePath = "./fckeditor/" ; oFCKeditor.Height = '400'; oFCKeditor.ReplaceTextarea(); })(); //--></script>