OK, newbie question here. I'm using CKEditor on the DotNetNuke CMS and when I bring up the editor on a page it loads with this copy:
This is some sample text. You are using CKEditor.
I've added this:
config.newpage_html = 'This is a new page';
to the config.js file but it's still coming up. I tried the online docs and suspect I'm just too new to CK to even know where to look. I also searched for the string in VS against the project and came up empty.
This is some sample text. You are using CKEditor.
I've added this:
config.newpage_html = 'This is a new page';
to the config.js file but it's still coming up. I tried the online docs and suspect I'm just too new to CK to even know where to look. I also searched for the string in VS against the project and came up empty.
Re: Setting Initial Text
If so, just remove the initial text from inside the textarea.
Re: Setting Initial Text
So, thanks for the reply - but this issue is elsewhere.