How to Replace Newer, Older & Home with Images

Step 1: Go to Blogger Dashboard >> Theme tab >> Edit HTML tab.


replace newer, older, home text with images in blogger



Step 2: Now search for <data:olderPageTitle/> and replace it with the following piece of code.
<img src='https://lh3.googleusercontent.com/-L3alCr15xco/UWoxM1TF_aI/AAAAAAAABFA/_6rUWbYmvY4/s128/next%20button.png' style='border: 0 none;vertical-align: middle;'/>

Step 3: Now search for <data:newerPageTitle/> and replace it with the following piece of code.

<img src='https://lh3.googleusercontent.com/-vL4ElXGVOlM/UWoxNNfIqGI/AAAAAAAABFM/If-7wI91dj0/s128/prev%20button.png' style='border: 0 none;vertical-align: middle;'/>

Step 4: Now search for <data:homeMsg/> and replace it with the following piece of code.

<img src='https://lh6.googleusercontent.com/-3gJ2Q2cHJzA/UWoxM36As1I/AAAAAAAABFI/xcK4TxdVBB4/s128/home%20button.png' style='border: 0 none;vertical-align: middle;'/>


Step 5: Now Save Theme. And you got the result as below.





Enjoy Blogging....



Previous
Next Post »
Related Posts Plugin for WordPress, Blogger...