Linto P D
Linto P D

Reputation: 9175

How to integrate custom css to fckeditor?

Can anyone say

How to integrate custom css file to fckeditor or

which are the files need to edit and how

Upvotes: 0

Views: 3048

Answers (1)

Tim
Tim

Reputation: 9489

By default fckeditor uses editor/css/fck_editorarea.css

In your init you can set: FCKConfig.EditorAreaCSS = '/youstylesheet.css' ;

you can also use an xml file to define certain properties to your elements, see: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Styles

Upvotes: 2

Related Questions