I am having issues with the pagination number portion not centering due to paths of the url which is part of Zend Framework which I use. For example:
Everything else renders properly as I do full paths to the css files. It's just the pagination page number portion that does not render properly.Code:http://mydomain.com/admin/Customer/list
You can also reproduce this by just putting the css and js in a folder below your html file then referencing it by ../css/general.css
You can fix it in the ../ case by making a css folder in the same folder as your html file. You can even leave the ../css/general.css reference which makes things really strange like the js portion which centres the pag_list is sensitive to the path of the css? I really don't know where the exact cause is just a guess.
So is there a way to make this work as expected when the css folder is not in the expected location.



Reply With Quote


Bookmarks