After I uploaded my image and inserted into a paragraph using CKEditor and IMCE, I use the configuration window to: 1. Float Left, 2. Border 3px, and 3. Horizintal spacing 8px.
This is the code that was generated:
width: 120px; height: 120px; float: left; border-width: 3px; border-style: solid; margin-left: 8px; margin-right: 8px;
This is what I would like:
width: 120px; height: 120px; float: left; border-width: 3px; border-style: solid; padding: 3px; margin-right: 8px;
I have searched and searched for some documentation on editing and configuring IMCE. I can not fine anything.
Comments
Comment #1
thallesYou need create a style to use in image() in your ckeditor seletc box style, so you can setting this styte to your image
Comment #2
thalles