Hi,
I'm using CKEditor 3.5.2 in Drupal (CKEditor module 6.x-1.3) with IMCE 6.x-2.1. All images that I insert, whether the alignment is <not set>, left or right all end up with an inline style of "float: left", which is disrupting layout on pages that need the images not floated. Is there any way to enforce that floating does not get inserted inline for every image?
Thanks,
Matt
I'm using CKEditor 3.5.2 in Drupal (CKEditor module 6.x-1.3) with IMCE 6.x-2.1. All images that I insert, whether the alignment is <not set>, left or right all end up with an inline style of "float: left", which is disrupting layout on pages that need the images not floated. Is there any way to enforce that floating does not get inserted inline for every image?
Thanks,
Matt
Re: All images set to float: left?
thx for reporting this. This is known issue. We work on fix to this problem. Please be patient.
Re: All images set to float: left?
Thanks! As a temporary work-around, I am putting in a class of "nofloat" that is set to float:none in CSS.
- Matt