Justify text works in different way as is work in normal word processor does.
Text is justified only when a line of text wraps at the right edge of container( like cell border in table and etc).
(So text remain aligned to left until text not reach right side).
I found that, when i generate html using ckeditor but it applies to html in general
DOMINIK SYMONOWICZ's blogs - FOREVER HUNGRY of knowledge, sarcasm, smiling, music, dancing, and food ...lots of food. This IT blog is a collection of notes with a simple solution with an explanation, added documentation, sarcastic comment and weird example. I also write about a lesson learnt from my mistakes. A non-it blog can be found here: Dominik Symonowicz's non-IT blog and website
Showing posts with label ckeditor. Show all posts
Showing posts with label ckeditor. Show all posts
9 August 2011
28 April 2011
How to set to set the height of CKEditor 3.x in percentage ?
Answer based version CKEditor 3.5.3.
According to CKEditor documentation you are not allowed to set height in % (like 30%,100%).Only fixed size are acceptable for height (like '100' , 1000px ).
Look to documentation for more information:
ckeditor documentation about height
However. You try solve problem using <td> or <div> but it working quite randomly.
I am doing investigation at the moment about it.
According to CKEditor documentation you are not allowed to set height in % (like 30%,100%).Only fixed size are acceptable for height (like '100' , 1000px ).
Look to documentation for more information:
ckeditor documentation about height
However. You try solve problem using <td> or <div> but it working quite randomly.
I am doing investigation at the moment about it.
Subscribe to:
Posts (Atom)