I recently converted http://usborrow.pizzli.com/apply to a WordPress Page Template for a site. Every other page came out fine, but when I go to http://usborrow.pizzli.com/?page_id=6, the page seems to lose all of its styling. Any support would be appreciated.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Is there a way to play audio on a mobile browser w
It would seem you should include /apply/style.css.
Apparently there's an issue with the relative URL reference. Rather than referencing to the stylesheet with
Try absolute path instead
This should work on all pages, assuming that you store the stylesheet file inside the css folder within the site root folder. You should also do the same thing with the other CSS for IE
This way, no matter how deep the path the user is accessing (e.g http://usborrow.pizzli.com/folder1/folder2/folder3/file.abc) the CSS can be referenced without any problem.