Howdy. I took a look through the docs and tried searching both Google and the forums without luck. If this is FAQ, I apologize for the noise in advance (but please point me at the relevant docs).
In my application, FCKeditor is used to allow editing of a specific DIV's contents within a larger page. I have adjusted what CSS files are loaded for the area but as the parent DIV is outside of the editable area, the parent DIV's class does not apply to the editor's contents so the CSS does not take affect properly.
When rendered on the front facing pages, the FCK controlled content gets placed within a DIV like this:
So what I am hoping to do is tell the backend editor (for display purposes) to wrap the contents with a div (class article) but not to actually add that tag to the input text area value (since it is already in the parent template). Is this possible with FCKeditor 2.*?
Cheers
In my application, FCKeditor is used to allow editing of a specific DIV's contents within a larger page. I have adjusted what CSS files are loaded for the area but as the parent DIV is outside of the editable area, the parent DIV's class does not apply to the editor's contents so the CSS does not take affect properly.
When rendered on the front facing pages, the FCK controlled content gets placed within a DIV like this:
<div class="article"> <!-- start fck editable content --> article content goes here <!-- end fck editable content --> </div>
So what I am hoping to do is tell the backend editor (for display purposes) to wrap the contents with a div (class article) but not to actually add that tag to the input text area value (since it is already in the parent template). Is this possible with FCKeditor 2.*?
Cheers