
实现方法:
找到/template/default/forum/viewthread_fastpost.htm
查找
<textarea rows="7" cols="80" name="message"
id="fastpostmessage" tabindex="4"
class="pt"></textarea>
替换
<textarea rows="7" cols="80" name="message"
id="fastpostmessage" tabindex="4"
class="pt"style="BACKGROUND: url(img/notice_bg.gif) #fff no-repeat center top;"
onclick="this.style.background=''"></textarea>
<textarea rows="7" cols="80" name="message" 里面的"7是回复框高度" “80”是回复框宽度,自己可以修改
在跟目录建立img文件夹然后把图片文件上传到img目录里面。
附件免费下载,请回复后下载。已经隐藏
附件下载:
|