Hi,
I've search many many forums including this one but still have troubles to figure out how to let ckeditor generate the html codes with default font tags.
For example, if I type this in the editor area without touching any buttons:
I would like ckeditor generate the following html.
Because the generated html codes are going to be displayed in multiple places in my system. I would like it to show in the same format consistantly. I don't simply just want it to display with certain font on the editor area. I know I can do this by changing the area css or something. What I want is ckeditor to output the html codes with the font I specify. Can this be achieved?
I've search many many forums including this one but still have troubles to figure out how to let ckeditor generate the html codes with default font tags.
For example, if I type this in the editor area without touching any buttons:
I like ckeditor
I would like ckeditor generate the following html.
<span style="font-family: arial">I like ckeditor</span>
Because the generated html codes are going to be displayed in multiple places in my system. I would like it to show in the same format consistantly. I don't simply just want it to display with certain font on the editor area. I know I can do this by changing the area css or something. What I want is ckeditor to output the html codes with the font I specify. Can this be achieved?