Solve the problem that the blog Background Article Management page cannot display pages

Source: Internet
Author: User

After upgrading blogyi2.0, I found thatArticleThe paging function cannot be found on the Management page, so I changed several browsers to view it. Firefox or Google browser can see the paging function. This is obviously a problem with the background CSS style. I tested it through Google browser and found the CSS style of the paging function.

The solution is very simple:

1. Open blogyi. Net-2.0-source \ blogengine. Net \ admin \ style.css and find

 
. Pager. prevlink {Background: transparent URL ("images/link-prev.png") No-repeat scroll center; padding: 8px ;}. pager. nextlink {Background: transparent URL ("images/link-next.png") No-repeat scroll center; padding: 8px ;}. pager. firstlink {Background: transparent URL ("images/link-first.png") No-repeat scroll center; padding: 8px ;}. pager. lastlink {Background: transparent URL ("images/link-last.png") No-repeat scroll center; padding: 8px ;}

Change

. Pager. prevlink {Background: transparent URL ("images/link-prev.png") No-repeat scroll center; display: inline-block; width: 16px; Height: 16px ;}. pager. nextlink {Background: transparent URL ("images/link-next.png") No-repeat scroll center; display: inline-block; width: 16px; Height: 16px ;}. pager. firstlink {Background: transparent URL ("images/link-first.png") No-repeat scroll center; display: inline-block; width: 16px; Height: 16px ;}. pager. lastlink {Background: transparent URL ("images/link-last.png") No-repeat scroll center; display: inline-block; width: 16px; Height: 16px ;}

Replace the content on the server to solve the problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.