On my drupal 7 site I have ckeditor for text editing. If I in ckeditor set font size to text, that part of text is ignored by text size module. Other textual parts of site are changing font size but text formatted with ckeditor stays the same.
Is this a bug or I am doing something wrong?
Comments
Comment #1
gcaudle commentedIt's because text size adjusts the < font > tags, while ckeditor changes fonts using < span > tags. I'm searching for a workaround to the same issue - I want my editors to be able to use ckeditor to create pages, but when they do, it breaks the functionality of text size.
Does Text Size not have the ability to adjust page-specific span tags?
Comment #2
CZ commentedckeditor use "pixel" so, this is not usable (better "em" or "%", see Text Size help page). So this is a ckeditor bug.
Comment #3
CZ commentedAn alternative is openWYSIWYG [1] and nicedit [2], they use for example "font size 4", see http://drupal.org/project/wysiwyg
[1] http://www.openwebware.com/
[2] http://nicedit.com/