I am not sure how to change the styles for FCK, but I have few users where whenever they try to print a page with an FCK editor on it, it crashes. I'm guessing it is a printer driver issue, but who knows.
Anyway, I would like to add this
<link rel="stylesheet" media="print" type="text/css" href="http://the/url/here/FCK_printer.css" />
To the <head of every FCK editor output.
It would basically take out the toolbars and turn it into a simplified version.
How can I add that stylesheet link to all FCK output?
Tue, 06/16/2009 - 22:25
#1
styles in FCK
can some one just point me in the direction of where the styles are added for FCK? For example, how does this:
<link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/libraries/FCKeditor/editor/skins/default/fck_editor.css"/>
get there? And how can it be changed?