Ads

Creating Scroll Box Comment Part 1

Criticism, suggestions, comments or questions are expected course blog owners including me because it will make us the spirit and of course there was the inspiration for the next step in making a posting. Comments, criticisms, suggestions, or questions is a part of the blog as a means to provide feedback to postings made.
If a given article comments by visitors would be very enjoyable for the owner of the blog and of course you as a visitor can interact with owners blogs and other visitors. A blog of the longer perched in the virtual world of course would be very much the comments from the articles we write and the more elongated downward, perhaps 10 or 20 comments is not a problem but what if the comment number in the hundreds, it will be very inconvenient and makes it look blogs themselves become damaged.


So many comments that were not annoying and an eyesore to the blog, we could make such Scroll to the labels that had my post here, so that your blog comments box will look neat though comments in the article very much. If you want to make the scroll on the comment box, you can follow these steps:

Login to Blogger.com.
Select menu Design and click Edit HTML.
If you are looking for CSS code to comments-block and to facilitate the search for use Ctrl + F on your computer keyboard. If you have found add the code below into the code earlier:

height: 300 px; /* height to scroll comment box */
border:1px solid # CCC ; /* border color comment box */
overflow:auto; /* scroll command */


Adjust the frame size and color to your liking. And if the code you do not have a code template for comments-block, add the following code above code ]]></b:skin>:

#comments-block {
height:300px; /* height to scroll comment box */
border:1px solid #CCC; /* border color comment box */
overflow:auto; /* scroll command */
}



Save the changes you made and see the result in many posts that have comments.


Good luck....