先,打開"\include\FCKeditor\editor\dialog\dede_image.php"文件,需要修改兩個地方。
一:127行處,你會看到如下代碼:
$imgHtml .= "<img src=\"$imgsrcValue\" width=\"$imgwidthValue\" border=\"0\" height=\"$imgheightValue\" alt=\"$altname\" style=\"cursor:pointer\" /><br />\r\n";
二:132行處,你會看到如下代碼:
$imgHtml .= "<img src=\"$imgsrcValue\" width=\"$imgwidthValue\" border=\"0\" height=\"$imgheightValue\" alt=\"$altname\" style=\"cursor:pointer\" /><br />\r\n";
*