How make your comment box Beautiful

this article will help you to make beautiful comment box using css  If you like to change your blogger comment form appearance,simply follow the steps below



1.Login to your blogger dashboard--> layout- -> Edit HTML
2.Press CTRL+F And Find  ]]></b:skin> tag .
3.Copy below code and paste it just before the ]]></b:skin> tag .

#comment-form iframe{
background:#7f9db9 url() no-repeat bottom right;
border:7px solid #eeeeee;
padding:5px;
font:normal 12pt "ms sans serif", Arial;
color:#000000;
width:95%;
height:250px;
}
#comment-form iframe:hover{
background:#7f9db9 url() no-repeat bottom right;
border:7px solid #bababa;
}
#comment-form a{
color:#ffffff;
}
Beautiful CSS Comment Form to Blogger
                                                  Result Of Above Code 

Note:You can colors,width,height,.... as your choice and also can add background images for your comment form.  putin your image url here url(Yoururl.com/pic)

Now save your template.You are done.

Posted by Durgesh on 11:01. Filed under , . You can follow any responses to this entry through the RSS 2.0. You can leave a response or trackback to this entry

0 comments for "How make your comment box Beautiful"

Leave a reply