Build a Comments Roll on Your Blog.
57Building 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...
|
HTML, XHTML, and CSS, Sixth Edition
Price: $19.08
List Price: $34.99 |
|
Head First HTML with CSS & XHTML
Price: $22.00
List Price: $39.99 |
|
HTML, XHTML, and CSS All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech))
Price: $18.91
List Price: $34.99 |
|
Build Your Own Website the Right Way Using HTML & CSS
Price: $19.77
List Price: $29.95 |
PrintShare it! — Rate it: up down flag this hub







