Tuesday 17 April 2012

Change Older Post & Newer Post Text With Image Button



1. First if all make  Backup Your Template

2. go to your blogger Dashboard >> Template >> Edit html >> Proceed Make Sure you check the "Expand Widget Templates.

3. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code.


<data:newerPageTitle/>


Replace with this code.

<img border="0" height="50" src="http://4.bp.blogspot.com/-5KhhMJZ7N5A/T2TpPgm7kuI/AAAAAAAAA0Y/9X4ITsILU_U/s200/Previous+Icon.png" width="50" />


4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code.


<data:olderPageTitle/>


 Replace with this code.


<img border="0" height="50" src="http://4.bp.blogspot.com/-eHAvMF8QzMo/T2TpOpHsrBI/AAAAAAAAA0Q/RWR2MurGnJQ/s200/Next+Icon.png" width="50" />


5. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code.
<data:homeMsg/>


 you have found 1 of 2. Replce 1 of 2 codes with this code.

<img border="0" height="50" src="http://2.bp.blogspot.com/-PJ9bQIARuyc/T2TpNnibfJI/AAAAAAAAA0M/cRHTnOFbbAk/s200/Home+Icon.png" width="50" />


and click save! Thats its
after then  refresh your page see  new look.
Enjoy frnd and if u having any problem then hit me a comment .