Hello,

I have Imce working with ckeditor. To be able to show images, I hear that it is better to add 'Only local images are allowed.' to the allowed tag list of 'filtered html' instead of using just 'full html'. True, this works, but the aligning of the images doesn't work with 'filtered html'. I also added

to the list with no result.

Is there any way to achieve this with 'filtered html' ?

Thanks in advance.
Cheers,
Danny

Comments

ufku’s picture

Status: Active » Fixed

IMCE does not interfere with the html code inserted into content. You should seek for the solution in the html inserting interface(wysiwyg probably).
You may define CSS classes for image alignment in your theme and apply them to images in the image insertion dialog of your editor.

Danny_Joris’s picture

Project: IMCE » CKEditor 4 - WYSIWYG HTML editor
Version: 6.x-1.3 » 6.x-1.0-beta1
Status: Fixed » Active

I'm a bit confused about this. I moved the issue from IMCE to ckeditor.

If IMCE does not interfere with html, why is there the alignment option then?

My client need to be able to use this. I can teach him the use of aligning the images, but i feel like he shouldn't be bothered with giving classnames to his pictures. For now I'm going to give my client 'full html' access.

Actually I'm very confused about this. :)
Cheers,
Danny

wwalc’s picture

Status: Active » Fixed

You're probably speaking about the Image dialog in CKEditor, see this issue #677612: image not resizing and 3# comment there to find out how to deal with filtered HTML input format.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.