(Tks from www.way2blogging.org)
I feel that
it is very useful. My homepage only can display not more than 3
posts. It depends on the length of my post. For those travel- posts,
I will publish the latest date first, so that my 1st day of trip
will be posted first, visitors will not confuse with the words of older-post or
newer-post. They can just click the right arrow key and go ahead for the
following days.
How to
Replace Newer, Older & Home Navigation Links with Image Buttons
- Go to Blogger Dashboard -> Design tab -> Edit HTML tab
- Click on Expand Template Widgets checkbox
Replacing the Older Link
Search for
<data:olderPageTitle/>
and replace with below codeReplacing the Newer Link
Search for
<data:newerPageTitle/> tag and replace with below
code
<img src='http://2.bp.blogspot.com/- Odp_sQbM7_s/Th69zJM7FcI/AAAAAAAABKU/cjzpZkRMtM0/s1600/w2b_prev.png' style='border:
0 none;vertical-align: middle;'/>
Replacing the Home Link
search for
<data:homeMsg/> tag and replace with below
code


