Friday 2 March 2012

How To Replace Newer, Home and Older Page Links With Buttons



1. Go to Blogger > Edit HTML and check the box of Expand Widget Template.
2. Now search the following code:



 <data:olderPageTitle/>

3. And replace it with:

<img src='YOUR_OWN_OLDER_PAGE_BUTTON_LINK' style='border: 0 none;vertical-align: middle;'/>

4. Now search for the following code:

 <data:newerPageTitle/>

5. Now replace it with the following:

 <img src='YOUR_OWN_NEWER_PAGE_BUTTON_LINK' style='border: 0 none;vertical-align: middle;'/>

7. Now search for:

 <data:homeMsg/>

8. And replace it with the following:

<img src='YOUR_OWN_HOME_PAGE_BUTTON_LINK' style='border: 0 none;vertical-align: middle;'/>


Replace the Blue Code With Your Own Image/Buttons Links

Now save your template and you're done !

No comments: