Hello, i'm from france, i'm using FCKEditor so i have some probleme with CSS:
My FCK Form is for user to fill a table in website with a precise class named "main", i personalised my own css so FCK use the body's CSS instead of my "main" class.
In preview of FCK i have :
And my text is with body class, like in editor area but not with my "main" table classe, and users dont know how to create table and put main class on it by going on source code.
How can i do to solve that?
Thank's for help.
My FCK Form is for user to fill a table in website with a precise class named "main", i personalised my own css so FCK use the body's CSS instead of my "main" class.
FCKConfig.EditorAreaStyles = 'main' ;
In preview of FCK i have :
<style type="text/css">main</style></head><body>My text
And my text is with body class, like in editor area but not with my "main" table classe, and users dont know how to create table and put main class on it by going on source code.
How can i do to solve that?
Thank's for help.