Hi JimmyJames,
Thank you for your post.
By default the editor looks for the template.css however you can configure it to look at a different css stylesheets.
Heres how:
Go to the backend and Login in with your ‘Username’ and ‘Password’. Go to 'Extensions' and click on ‘Plugin Manager’ > and select and open the 'JoomlaCK' Plug-in.
In the editor you will see a set of Parameters on the right:
* Set the “Use Template CSS classes?” to NO
* In “Use Custom CSS Classes?” field place the pathway to the CSS file you want to use with the editor (It will normal look something link this: templates/yourtemplatename/css/cssfile.css) and press Save.
* To apply the setting and close click on 'Save'.
Also the editor support the CSS import rule:
| Code: |
@import url( 'nameofstylesheet.css' );
|
This can be used to include external styles sheet in the editor. Please see
webdesign.about.com/cs/css/qt/tipcssatimport.htm
Hope that helps and take care,
P
