Hi,
Is it possible to dynamically load styles into fck. Depending on a certain circumstances we would like different css styles applied to the content when the editor is loaded. The users would not be changing styles themselves but rather the styles will be automatically loaded for them.
We have found that we can set the styles of objects by placing css inside <style> blocks inline in the editor as shown below . But we need to be able to change these styles dynamically and load them from different files. Is there some way to do that?
Is it possible to dynamically load styles into fck. Depending on a certain circumstances we would like different css styles applied to the content when the editor is loaded. The users would not be changing styles themselves but rather the styles will be automatically loaded for them.
We have found that we can set the styles of objects by placing css inside <style> blocks inline in the editor as shown below . But we need to be able to change these styles dynamically and load them from different files. Is there some way to do that?
<style> <!-- p { border: solid red 1px; } //-> </style>