git-svn-id: http://xe-core.googlecode.com/svn/trunk@1559 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-07 03:01:27 +00:00
parent b7c6806144
commit 2e0f8f7ca5

View file

@ -69,7 +69,8 @@ function editorStart(upload_target_srl) {
'<link rel="stylesheet" href="./common/css/default.css" type="text/css" />'+
'<link rel="stylesheet" href="'+editor_path+'/css/editor.css" type="text/css" />'+
'<style>'+
'html {position:static;}'+
'html {position:static}'+
'body {margin:0em}'+
'</style>'+
'</head><body upload_target_srl="'+upload_target_srl+'">'+
content+