Page 1 of 1

using styles in WYSYWIG

Posted: Sat 12. Mar 2011, 16:03
by Willie B Hoffman
Hi
Is there a way to use styles (classes) in the WYSYWIG editing mode?

I want to display a list with some items indent. In normal html I would define a style with some padding-left. What can I do here?

Any ideas? workarounds?

Re: using styles in WYSYWIG

Posted: Sun 29. Jan 2012, 07:54
by Oliver Georgi
Have a look at template/config/ckeditor. In the files there you can define custom styles and settings for CKEditor.

Read more in the CKEDitor docs:
http://docs.cksource.com/CKEditor_3.x/D ... ide/Styles

Re: using styles in WYSYWIG

Posted: Sun 29. Jan 2012, 13:33
by update
You even can connect the editor with your CSS - this will make it even more fun! Besides that you keep your system clean and CMS-conform and homogeneous this way...