Added on Aug 19th, 2010
Now you can change your blog’s default text highlight color with cute colors of your choice by adding this cool CSS3 declaration — ::selection — to your stylesheet. Here’s how to use it:
::selection {
background: #ffb7b7; /* Safari */
}
::-moz-selection {
background: #ffb7b7;...
Added on Aug 1st, 2010
Here’s how you can add a Recent Post widget with post images to your blog. (If you prefer a Recent Post widget without thumbnails, you might like the Recent Post Widget 2)
Steps:
1. Go to your Blogger Dashboard > Design > Page Element > Add a Gadget > HTML/JavaScript
2. Copy the...
Added on Apr 21st, 2009
Screenshot
Adding some headlines to your web page provides your readers the quick-scan way to know instantly what your recent blog entries are about. It’s also a good way to attract attention and to encourage the reading of recent posts.
Live Demo
Added on Feb 21st, 2008
UPDATE: If you’re looking for a more customizable Recent Posts Widget, try this Recent Posts Widget for Blogger (v2). It will allow you to change the number of posts, the number of characters of the post summary (excerpt), and show the post dates. You will also have the option to display post...
Added on Jan 15th, 2008
The navbar (navigation bar) is the horizontal bar located at the top of your page. If you think it doesn’t match your blog’s design, or if you need that extra space for your banner — you can remove it to suit your needs.
Here’s how:
1. Go to your Dashboard > Layout
2....