The comments of my blog appear as normal text without any format, How can I change that in order to get the comments with the same format than the post?
The comments of my blog appear as normal text without any format, How can I change that in order to get the comments with the same format than the post?
this is the code refering the comments:
/*-------------------- Comment --------------------*/
.commentsbox { width: 490px; border: 1px solid #fff; float: left; color: #333; margin: 5px auto; }
.commentsbox p { margin: 0; padding: 0; }
.commentsbox img { border: 1px solid #666; margin: 3px; }
#commentlist ol { margin: 0; padding: 0; }
#commentlist li { list-style-position: outside; list-style-type: decimal; padding: 10px; border: 1px solid #fff; }
.alt { background-color: #fff !important; background-image: url('none') !important; }
#commentlist li:hover { border: 1px solid #ccc; background-color: #e3eefa; }
.alt:hover { background-color: #e3eefa !important; background-image: url('none') !important; }
.comment-title { margin: 0 0 0 0px; font-size: 10px; color: #666; }
.comment-title a:link { color: #0072bc; }
.comment-title a:hover { color: #666; }
.comment-text { }
h2.postcomment { margin: 0; font-size: 20px; font-weight: normal; }
.postcomment { clear: both; margin: 20px 0 0 0; padding: 20px; }
.postcomment input, .postcomment textarea { border: 1px dotted #aaa; background: #f5f5f5; }
.postcomment input:hover, .postcomment textarea:hover { border: 1px dotted #ccc; background: #fff; }
.postcomment input#author, .postcomment input#email, .postcomment input#url { width: 100% !important; width: 456px; /* IE hack */ height: 18px; }
.postcomment textarea#comment { width: 100% !important; /* IE hack */ height: 200px; }
.postcomment input#submit { width: auto; height: 25px; padding: 2px 10px 3px 10px; background: #f5f5f5; }
.postcomment input#submit:hover { background: #fff; }anybody?
This topic has been closed to new replies.