

内容不能编辑。经过Dreamweaver查data_add.aspx看到:
<tr><td class='tdhead'>简介</td><td><textarea name='pa_introduct' id='pa_introduct' cols="80" rows="6" ></textarea><span id="pa_introduct_tip"></span></td></tr>
<tr><td class='tdhead'>内容</td><td><textarea name='content' id='content' ></textarea><script type='text/javascript' src='/e/incs/fckeditor/fckeditor.js'></script><script type='text/javascript'>var FCKeditor = new FCKeditor('content');FCKeditor.BasePath = '/e/incs/fckeditor/';FCKeditor.Height = 350;FCKeditor.Config['LinkBrowser'] = true;FCKeditor.Config['ImageBrowser'] =true;FCKeditor.Config['FlashBrowser'] =true;FCKeditor.Config['LinkUpload'] = true;FCKeditor.Config['ImageUpload'] =true;FCKeditor.Config['FlashUpload'] =true;FCKeditor.ToolbarSet ='Basic';FCKeditor.ReplaceTextarea();</script><span id="content_tip"></span><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td><input name='saveimage' type='checkbox' value='1'/>保存远程图片(<input type='checkbox' name='addwatermark' value='1' checked/>加水印) <input name='autotitlepic' type='checkbox' value='1'/>提取第<input type='text' name='titlepic_num' value='1' size='2' onkeyup=if(isNaN(value))execCommand('undo') onblur=if(this.value=='')execCommand('undo')>张图为缩略图(缩略图宽<input type='text' name='thumbnail_width' id='thumbnail_width' value='400' size='2' onkeyup=if(isNaN(value))execCommand('undo') onblur=if(this.value=='')execCommand('undo')>px 高<input type='text' name='thumbnail_height' id='thumbnail_height' value='400' size='2' onkeyup=if(isNaN(value))execCommand('undo') onblur=if(this.value=='')execCommand('undo')>px)</td></tr></table></td></tr>
请问要如何修改才能使内容正常编辑,以及能提交文章,正常发布?求大神指点。