Showing posts with label ckeditor. Show all posts
Showing posts with label ckeditor. Show all posts

9 August 2011

How justify text align works in html?

 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

 

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.