Replace the newer, older and home navigation links on your blogger blog with an beautiful image and catch the eyes of viewers, As Blogger's default Older, newer and Home navigation links are not so creative, almost all the Bloggers are using images for post navigation in their Blog. To do so you should first prepare 3 images with Good Creativity because this is a one time process and their is no need of altering it in future. If you wish to change it, you can as usual change it at any time. I hope you are ready with your images and now lets step into the coding part. In this tutorial i am going to explain simple steps on how to replace these navigation links(which is at the bottom of each posts) with an image of your own.
Replace Blogger Navigation Links with customized Images
1. Go to your Blogger dashboard --> Design-->Edit HTML(Tick the expand widget option).
2. Find(CTRL+F) The Below code.
NOTE:
You may get two codes with same name, so watch the changes after replacing a particular code
<data:olderpagetitle>
Replace it with the below code.
<img src="YOUR IMAGE URL FOR VIEWING YOUR NEXT POST" />
3. Now Find the below code.
<data:newerpagetitle>
Replace it with the below code.
<img src="YOUR IMAGE URL FOR VIEWING YOUR PREVIOUS POST" />
4. Now Find the below code.
<data:homemsg>
Replace it with the below code.
<img src="YOUR IMAGE URL FOR VIEWING YOUR HOME PAGE" />







0 comments:
Post a Comment