diff --git a/modules/board/skins/xe_default/write_form.html b/modules/board/skins/xe_default/write_form.html
index 1a7ab5cd0..a671a7d28 100644
--- a/modules/board/skins/xe_default/write_form.html
+++ b/modules/board/skins/xe_default/write_form.html
@@ -38,7 +38,7 @@
-
{$oDocument->getEditor()}
+ {$oDocument->getEditor()}
diff --git a/modules/editor/skins/xpresseditor/blank.html b/modules/editor/skins/xpresseditor/blank.html
index 5635bcfdc..2aa433925 100644
--- a/modules/editor/skins/xpresseditor/blank.html
+++ b/modules/editor/skins/xpresseditor/blank.html
@@ -1,3 +1,4 @@
+
diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css
index 300b983e5..23be64396 100644
--- a/modules/editor/skins/xpresseditor/css/default.css
+++ b/modules/editor/skins/xpresseditor/css/default.css
@@ -352,7 +352,7 @@
.xpress-editor .tool li.extensions .layer li{ margin:2px 0;}
/* File Uploader */
-.xpress-editor .fileUploader{ clear:both; position:relative; padding-top:5px; *zoom:1; *margin-bottom:5px;}
+.xpress-editor .fileUploader{ clear:both; padding-top:5px; margin-bottom:20px;}
.xpress-editor .fileUploader:after{ content:""; display:block; clear:both;}
.xpress-editor .fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid #ccc;; padding:2px; margin:0 10px 5px 10px;}
.xpress-editor .fileUploader .preview.black { background-color:#000; border:1px solid #666;}
@@ -367,4 +367,4 @@
.xpress-editor .fileUploader .file_attach_info{ clear:right; margin:5px 0;}
/* Auto Save */
-.xpress-editor .autosave_message { display:none; background: #f6ffdb; padding:6px 10px; margin:0; line-height:1;}
\ No newline at end of file
+.xpress-editor .autosave_message { display:none; background: #f6ffdb; padding:6px 10px; margin:0; line-height:1;}
diff --git a/modules/editor/skins/xpresseditor/css/style.css b/modules/editor/skins/xpresseditor/css/style.css
index 6089b05c0..522bac462 100644
--- a/modules/editor/skins/xpresseditor/css/style.css
+++ b/modules/editor/skins/xpresseditor/css/style.css
@@ -2,7 +2,7 @@
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) 200812 */
html,
-body{ height:100%;}
+body{ height:100%; }
#xpressInput{ margin:0 10px 0 0;}
.xpressOutput{ font-size:12px; line-height:1.6; font-family:Dotum, AppleGothic, Sans-serif;}
diff --git a/modules/editor/skins/xpresseditor/editor.html b/modules/editor/skins/xpresseditor/editor.html
index 0c85edc37..b6b133e5a 100644
--- a/modules/editor/skins/xpresseditor/editor.html
+++ b/modules/editor/skins/xpresseditor/editor.html
@@ -491,4 +491,4 @@
var editor_path = "{$editor_path}";
var auto_saved_msg = "{$lang->msg_auto_saved}";
var oEditor = editorStart_xe("{$editor_sequence}", "{$editor_primary_key_name}", "{$editor_content_key_name}", "{$editor_height}");
-//]]>
\ No newline at end of file
+//]]>
diff --git a/modules/editor/skins/xpresseditor/js/xe_interface.js b/modules/editor/skins/xpresseditor/js/xe_interface.js
index 373edeef7..6cb3a7d61 100644
--- a/modules/editor/skins/xpresseditor/js/xe_interface.js
+++ b/modules/editor/skins/xpresseditor/js/xe_interface.js
@@ -5,7 +5,7 @@ xe.Editors = [];
function editorStart_xe(editor_sequence, primary_key, content_key, editor_height) {
var textarea = jQuery("#xpress-editor-"+editor_sequence);
- var iframe = jQuery('