diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml
index 5f97e678a68d9ad8713e92ae81fd3ff07f6b50c6..4334ab8b304a302fecd263c2e3b21fbc03705d2d 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_fckeditor/fckeditor_wysiwyg_support.xml
@@ -68,6 +68,9 @@ var pathUser        = \'${path_user}/\';\n
 oFCKeditor.BasePath = \'${path_user}/\';\n
 oFCKeditor.Value    = \'${cleaninput}\';\n
 \n
+// set the base url for relative paths\n
+oFCKeditor.Config[\'BaseHref\'] = \'${baseHrefUrl}/\';\n
+\n
 // set the css for editor area\n
 oFCKeditor.Config[\'EditorAreaCSS\'] = \'${portal_path}erp5_editor.css\';\n
 \n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index e9769c1995e8b1252e3c144f3be360587d5fe310..cbb5735d831582b9cb1038377ec1114c6c947561 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-759
\ No newline at end of file
+760
\ No newline at end of file