hi all,
i have to use html generated by ck editor in a email client that does not support css.float property...
I want to
A. configure ck editor to not use css.float property.
B. remove the alignment setting from the dialog that shows up in right click on image==>property==>alignment
is this possible ? do not see the configuration settings for this .....any ideas?
thanks
siddharth
i have to use html generated by ck editor in a email client that does not support css.float property...
I want to
A. configure ck editor to not use css.float property.
B. remove the alignment setting from the dialog that shows up in right click on image==>property==>alignment
is this possible ? do not see the configuration settings for this .....any ideas?
thanks
siddharth
Re: disabling/hiding css.float alignment for a image
this can be done by doing following...
CKEDITOR.on( 'dialogDefinition', function( ev )
{
Tab.remove( 'control to remove' ); }
still dont know about "configure ck editor to not use css.float property.
"..how to do this?