Why is there no CSS on the download page (file.html)?
I've tried a lot of things but CSS doesn't show up for some reason.
http://tosharefile.com/v2aafqwjgaj6/filefactory.png
XFileMirror - No CSS on File Download Page
Problem solved.
Since the files are in folders e.g.
http://tosharefile.com/v2aafqwjgaj6/filefactory.png
Is in the /v2aafqwjgaj6/ folder.
My CSS files looked like this: "css/style.css" so the files though the CSS was in: "http://tosharefile.com/v2aafqwjgaj6/css/style.css" when it actually was in "http://tosharefile.com/css/style.css".
By simply giving the full URL of the CSS file I solved the problem.
Since the files are in folders e.g.
http://tosharefile.com/v2aafqwjgaj6/filefactory.png
Is in the /v2aafqwjgaj6/ folder.
My CSS files looked like this: "css/style.css" so the files though the CSS was in: "http://tosharefile.com/v2aafqwjgaj6/css/style.css" when it actually was in "http://tosharefile.com/css/style.css".
By simply giving the full URL of the CSS file I solved the problem.