On my development machine, when using ck editor, whenever you start typing it enters a p tag (whihc i like). However, when I upload it to my server (host gator), this functionality is lost? I have no idea why i stops doing this and I am not changing anything. Any ideas?
Tue, 03/13/2012 - 15:49
#1

Re: Auto p tag to start, doesnt work on main server
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Auto p tag to start, doesnt work on main server
Re: Auto p tag to start, doesnt work on main server
CKEDITOR.replace('editor',{height:"400", width:"700",enterMode: Number(2),filebrowserBrowseUrl : '/filemanager/',filebrowserWindowWidth : '400',filebrowserWindowHeight : '500' });Just needed to take out the enterMode: number(2)