Hi.
First of all - thank you for your hard work with this great editor. And thank you for making it free.
Now, to the problem.
I use custom css in the editor and default font for all text on the page is "Tahoma". When editor shows up it sets font to "Times New Roman" and remains it while you type a text (until you typed something and then delete all by pressing backspace).
How can I set inital text formatting in the control?
I use:
ASP.NET
IE 6.0 SP 1
MSVS .NET 2005 Beta 2
First of all - thank you for your hard work with this great editor. And thank you for making it free.
Now, to the problem.
I use custom css in the editor and default font for all text on the page is "Tahoma". When editor shows up it sets font to "Times New Roman" and remains it while you type a text (until you typed something and then delete all by pressing backspace).
How can I set inital text formatting in the control?
I use:
ASP.NET
IE 6.0 SP 1
MSVS .NET 2005 Beta 2
Initial formatting
You just need to specify the css file for the editor area in fckconfig.js
// in example I use
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/project.css' ;
The CSS file is copied in to:
FCKeditor/editor/css/
SelfMan
RE: How to set initial formatting?