Question about styling Enhanced Image for Inline Editing. The file that calls CKEditor is my single_article.html page, so I should apply styling in the <head> of this file, correct?
Because of the lack of hspace and vspace, I simply want to add padding as a temporary measure until you introduce styling separate widgets in a more convenient way.
I wanted to style the image2 widget with padding to images based on whether it's right aligned or left-aligned, so that the text around it can breathe. Going to "Edit Link" > "Advanced" > and inserting it in "Stylesheet Classes" will be way too tedious to do site-wide.
1. I am unsure which specific command to use in order to refer to the widget to begin styling.
2. Do I need to place "allowedContent:" in <head> as well to ensure CKEditor doesn't remove the styling?
3. Do I need to use
4. Is there an easier way to do this?
Thanks for your time.