Older post, Newer post & Home links are not visible| Error solved!

This post is especially for good news

Updated: Blogger has solved the problem! here is the official blog of blogger to know recently news! 
Auto pagination on blogger

Today I have dropped a problem in blogger basket. In my blog pager links i.e older post, newer post and home links was not visible. Don't know what's the real bug. These links are disappeared temporarily. I was worried about pageviews. I used page navigation instead of newer, older and home links. But, again it doesn't appeared.



Main error of pager links:
  • It is not visible or disappeared.
  • It is visible but not in right place.
I thought it is the problem of browser because it was not visible only on Fire Fox browser. And I try to updated my browser the, again that links were not visible. It appeared in Internet Explorer, Opera and other similar browsers. Those who use Fire Fox, they were not able to read other post of my blog.

Now today I exactly solve it! It was just a problem of one CSS line of code. That links are not displaying on line. It just needs a following code:

display: inline;

This is needed to display links in particular place. It is for IE bug but don't know why it is important for Fire Fox.

I think many of you have this  kinds of problem including me :) So, why don't you follow the steps and solve it?

Log on to Blogger.com >> Layout >> Edit Html

Search for the following code:
#blog-pager-newer-link {
float: left;
}

#blog-pager-older-link {
float: right;
}

#blog-pager {
text-align: center;
}
And just make a look like this:
#blog-pager-newer-link {
float: left;
display: inline;
}

#blog-pager-older-link {
float: right;
display: inline;
}

#blog-pager {
text-align: center;
display: inline;
}
You just have to add display: inline; code to display exactly in line. The save the template and you're Done!

I have blogger/blogspot solved problem myself. Now I have known it is not too hard to solve the simple problems. Coding is like game!

If you have still some problem, you can freely share with me. And don't hesitate to give your thought via comment ;)

Note: You may not have this problem but, CSS is important for every blogger/blogspot!

COMMENTS

BLOGGER: 34
Loading...
Hosted by HostGator
Name

Adsense Adsense hacks Advertising Affiliate Marketing Announcement Antivirus Application hacks Applications Backlinks Blog Blogger Blogger Features Blogger Help Blogger Roll Blogger Templates Blogger Widgets Blogging Bluetooth hack Bootable Browsers Business Cell phones Contest Cool tricks CSS Device Download Email Marketing Entertainment Facebook FeedBurner FIFA World CUP Files n Folders Flash Free software Fun with Windows Games Gmail hacks Google Google hacks Google Plus Graphic Hacking tools Hosting How to HTML Info Internet Tips ip address iphone hack Ipod hacks Javascript Keyword Research Make Money Blogging Make money online Mobiles Monetize Nokia hacking Page Rank Password Hacks PC Games PC Hacks Photoshop Promote site Reviews SEO Social Bookmarking Social Media Symbian hack Tips n Tricks Traffic Tutorials USB Virus Web 2.0 Web design Widget Windows Tricks WordPress WordPress Themes
false
ltr
item
Hack Tutors — Blogger Tricks, Blogging and Social Media Tips: Older post, Newer post & Home links are not visible| Error solved!
Older post, Newer post & Home links are not visible| Error solved!
Hack Tutors — Blogger Tricks, Blogging and Social Media Tips
https://www.hacktutors.info/2010/02/older-post-newer-post-home-links-are.html
https://www.hacktutors.info/
https://www.hacktutors.info/
https://www.hacktutors.info/2010/02/older-post-newer-post-home-links-are.html
true
7369343002377078183
UTF-8
Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy