标题: 在发表回复框里面加上提示语 [打印本页]

作者: QMS    时间: 2022-6-2 21:51
标题: 在发表回复框里面加上提示语

(, 下载次数: 1)

(, 下载次数: 2)


打开 viewthread_fastpost.htm 模板,查找:

[CSS] 纯文本查看 复制代码
<textarea rows="5" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, <!--{if $ordertype != 1}-->'fastpostvalidate($(\'fastpostform\'))'<!--{else}-->'$(\'fastpostform\').submit()'<!--{/if}-->);" tabindex="4" class="txtarea"></textarea>


修改为:

[CSS] 纯文本查看 复制代码
<!---修改回复框图片--->  <textarea rows="5" cols="80" name="message" id="fastpostmessage"
onKeyDown="seditor_ctlent(event, 'fastpostvalidate($(\'fastpostform\'))');" tabindex="4"
class="txtarea"style="BACKGROUND:
url(https://boonkiong.com/b/p/tips.png)
#fff no-repeat right top;" onclick="this.style.background=''"></textarea><!---回复框结束--->


附上两张图片(图片也可以自己制作)

(, 下载次数: 4)

(, 下载次数: 5)




欢迎光临 (https://www.qms23.com/) Powered by Discuz! X3.5