修改模板 CSS文件 查找:
view source
print?
print?
1 | formfield |
下 增加一个 CSS定义
view source
print?
print?
1 | .formfield 3 { |
2 | color : #333 ; |
3 | border : 0px solid #C9C9C9 ; |
4 | background : #eee url (./img/neir.gif) no-repeat ; |
5 | } |
然后上传图片到 IMG文件夹
然后记得修改 SHOW.PHP文件 查找:
view source
print?
print?
1 | <textarea name= "content" id= "content" cols= "80" rows= "10" tabindex= "4" onkeydown= "ctlent(event);" class = "formfield" > $_COOKIE [cmcontent]</textarea> |
修改成:
view source
print?
print?
1 | <textarea name= "content" id= "content" cols= "80" rows= "10" tabindex= "4" onkeydown= "ctlent(event);" class = "formfield3" onblur= "this.className='formfield2'" onfocus= "this.className='formfield4'" onkeydown= "ctrlenterkey(event);" onfocus= "if (securitycodejs!=null) {document.getElementById('showsecuritycode').innerHTML=securitycodejs; securitycodejs=null;}" > $_COOKIE [cmcontent]</textarea> |
原版的加了会影响评论框底色,我已经改正了.
没有评论:
发表评论