
5.0.1、
5.3和
6.0都适用,
其中5.0.1修改方法详见本贴28楼新发贴框里加入则打开wind\wysiwyg_editor.htm
查找textarea
5.3将
<textarea>……</textarea>整个部分
替换成
<textarea id="textarea" name="atc_content" style="border:0px;width:555px;background:url($imgpath/notice_bg.gif) no-repeat left top;background-color:#FFFFFF;" rows="20" cols="90" onclick="this.style.background='#FFFFFF'">{$atc_content}</textarea>
6.0则替换成
<textarea id="textarea" name="atc_content" style="border:0px;height:300px;width:555px;background:url($imgpath/notice_bg.gif) no-repeat left top;background-color:#FFFFFF;" onclick="this.style.background='#FFFFFF'">{$atc_content}</textarea>
快速快贴就打开wind\fastpost.htm
查找textarea
5.3将里面的
style语句替换为
style='width:98%;background: url($imgpath/notice_bg.gif) no-repeat left top;' onclick="this.style.background=''"
6.0则替换为
style='width:96%;background: url($imgpath/notice_bg.gif) no-repeat left top;' onclick="this.style.background=''"
6.0的快速回复框高度不够,可以在
textarea语句里调整其高度为:
rows="10"将下面
图片或自己设计图片保存于images下,图片名称须命名为
notice_bg.gif。
made by fongken
点击输入框图片会消失,大家有问题请跟贴![ 此贴被fongken在2008-05-14 18:40重新编辑 ]