打印

[美化6.1] 快速发帖回复框温馨提示背景 For Discuz! 6.1

快速发帖回复框温馨提示背景 For Discuz! 6.1

打开修改forumdisplay.htm 文件找:
复制内容到剪贴板
代码:
<textarea rows="7" cols="80" class="autosave" name="message" id="message" onKeyDown="ctlent(event);" tabindex="2"
后面添加
复制内容到剪贴板
代码:
style="background:{ALTBG1} url(images/notice_bg.gif) no-repeat right bottom; "
打开修改viewthread.htm 文件找:
复制内容到剪贴板
代码:
<textarea rows="7" cols="80" class="autosave" name="message" id="message" onKeyDown="ctlent(event);" tabindex="2"
后面添加
复制内容到剪贴板
代码:
style="background:{ALTBG1} url(images/notice_bg.gif) no-repeat right bottom; "
将附件图片另存为改名为notice_bg.gif,放到images目录下
附件: 您所在的用户组无法下载或查看附件

TOP