Minggu, 10 Maret 2013

How to change Timestamp format in Blogger

You know, there are lots of blogger templates using Timestamp format for posted day instead of DateTime format. We must change the TimeStamp as their format otherwise the date won’t show up properly on each of your posts! Actually the date will most likely be blank and you’ll think the template is broken.

Login To Blogger Go To > Settings > Formatting.

At Formatting tab, change Timestamp Format to format like “Thursday, January 27,2011″.

Remember change the TIMESTAMP, not the DATE HEADER
How to change Timestamp format in Blogger

Save your template and you are done.

Scroll Bar Widget For Blogger


Lets Make a Scrolling Bar menu for your Blog
Login To Blogger Go To > Design > Page Elements.
Simply add a Gadget of HTML/JavaScript type.
add this code in to it:
<div style="overflow:auto;width:260px;height:300px;padding:10px;">
<ul><li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li>
<li><a href="Your Link">Your Text</a></li></ul>
</div>


Replace Your Link and Your Text with your contents.
you can edit width,height and padding in blue to adjust it to your blog.
Now click Save and That's It.