
查找templates\default\viewthread_fastpost.htm
找到:- <textarea rows="5" cols="80" name="message" id="fastpostmessage" tabindex="4" class="txtarea"></textarea>
复制代码
替换为:
- <textarea rows="5" cols="80" name="message" id="fastpostmessage" tabindex="4" class="txtarea"style="BACKGROUND: url({IMGDIR}/notice_bg.gif) #fff no-repeat center top;"></textarea>
复制代码
或查找
在前面加入 - style="BACKGROUND: url({IMGDIR}/notice_bg.gif) #fff no-repeat center top;"
复制代码
如果要修改图片显示位置 修改“no-repeat center top;\ ”left,center,right
看了有位朋友没成功哦。你可以用原来的文件覆盖回去,注意修改的时候不要添加错咯。
修改前最好保存下源文件,没修改正确可以覆盖再重新修改

下载附件图片为notice_bg.gif 传到 images/default/ 下
|