While using CKEditor within a GetSimple 3.1.2 installation, the toolbar separators I inserted just were not working. According to CKEditor documentation, separators are easily inserted using ‘-‘ within your toolbar parameters (contained in gsconfig.php). So, from reading the wiki and forums it seems as if the syntax would be: define(‘GSEDITORTOOL’, “[‘Bold’, ‘Italic’, ‘Underline’, ‘FontSize’,’TextColor’, ‘-‘, ‘JustifyLeft’,’JustifyCenter’,’JustifyRight’,’JustifyBlock’, ‘-‘, ‘NumberedList’, ‘BulletedList’, ‘-‘, ‘Table’, ‘-‘, ‘Link’, ‘Unlink’, ‘Image’, ‘RemoveFormat’, ‘Source’]”); Unfortunately, in Firefox 12 and IE 9, my separators were not showing up and my toolbar was just one big jumble of buttons. The syntax to correct this is as follows: define(‘GSEDITORTOOL’, “[‘Bold’,...