:: RESIZING IMAGES :: Search for "SMALLBOX" in the following two files to make any edits to the image uploader/resizing: /admin/fckeditor/editor/dialog/fck_image.html /admin/fckeditor/editor/filemanager/connectors/php/commands.php The default settings are hard coded into each file. Resize by width, 800px, file size limit of 2MB $resizeby = 'width'; $resizeto = 800; $limit = 2; This image resizing class was added and is used by "commands.php" to resize the images: /admin/fckeditor/editor/filemanager/connectors/php/SimpleImage.php :: REMOVE EXTRA SPACE FROM LINKS :: When text is double click in Firefox, IE, and Chrome the entire word plus one space will be selected. FCKeditor will now remove the extra space if it is turned into a link. (doesn't work in IE - go figure) Search for "SMALLBOX UPDATE" /admin/fckeditor/editor/js/fckeditorcode_gecko.js