Build a Comments Roll on Your Blog.

57
rate or flag this page

By Raw2GrawSupport

Building a Comments Roll on our posting for Blogger.com blog. The one with a very comments maybe think this is a waste of time, but for the one has atleast 7 comments above has to make a try because it that comments took alot of our blog spaces and take time to load the page, that was annoying for some visitor that could not wait and they happen leave your blog as they feel something not right if it take time to load the page.

So, to overcome this situation, there is a trick to minimize the the loads of comments from our visitor on our pages or posting.




This step show you the easy ways:

1. Go to the LAYOUT

2. Choose Edit HTML and click on Expand Widget Template

3. Search for the code below:

<dl id='comments-block'> (original code)

4. Paste the red code below just after the blue code above.

<div style='border: 1px double; width:100%; height:250px; overflow:auto;'>  (add code)

5. The blue code has it closing code </dl> (original code) , so just put this </div> (add code) before it.

EXAMPLE:

<dl id='comments-block'>
<div style='border: 1px double; width:100%; height:250px; overflow:auto;'>
----------------------------------------------------------------------------------------------
---------------------------------------------(other original code)---------------------
----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------
</div>
</dl>

6. <div style='border: 1px double; width:100%; height:250px; overflow:auto;'> (add code)

* border:1px double This code is variation of Double line border, you can change it as your prefer, for example border:2px solid rgb(51, 255, 51);

*Width:100% so it may suitable to with your template, height:250px you can edit as your prefer.

I hope this tips should help...


Print   —   Rate it:  up  down  flag this hub

Comments

RSS for comments on this Hub

No comments yet.

Submit a Comment

Members and Guests

Sign in or sign up and post using a hubpages account.


optional


  • No HTML is allowed in comments, but URLs will be hyperlinked
  • Comments are not for promoting your hubs or other sites

working