GetSimple Support Forum

Full Version: How to stop WYSIWYG editor from changing my source code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've set a style for my div tag to be:

style="border 1px solid #336699"

and what's happened after I've saved it and everything.
I go back to the code now it's changed it to:

border-bottom: #336699 1px solid; border-left: #336699 1px solid; border-top: #336699 1px solid; border-right: #336699 1px solid;

Is there a way to turn this off?
And also I'd like to know how to make the editor wider to view the code easily?
1) I think the editor did not change your CSS definitions, the editor just defined each element separately
this might be necessary for the way the editor handles CSS

as this does not take any effect on your site I would accept that ;=) Or do you see differences?

2) the editor is integrated into GS or in Plugins in a standard way
but you can define it's behaviour in the gsconfig.php

did you check the WIKI? THere is quite a lot of info to find ;=)

http://get-simple.info/wiki/how_to:edito...tor_height


and here is an overview of all settings at the editor's Website:_
http://docs.cksource.com/ckeditor_api/sy...onfig.html
Thanks so much for this info!!