今天给博客评论添加了背景图片,方法比较简单。

1.将下列图片,另存下载,上传到主题images文件夹中。当然,要是想要个性的评论背景图片,最好还是自己动手PS制作。

 

 

2.将下列代码,添加到style.css中的#comment_textarea,保存即可。

 

 background:url(images/comment.gif) no-repeat 50% 50%;
 

 

3.textare代码添加后如下所示:

 

#comment_textarea textarea {
               width:94%; margin:15px 0 0 8px; padding:5px;
               height:150px; border:1px solid #ccc;
               background:url(images/comment.gif) no-repeat 50% 50%;
               color:#777;overflow:auto;
}

 

4.最终效果如图: