I built a 4.9.0 website, which works great locally. I uploaded it all to WinHost, set the database up, set the trust to full, etc.
The website runs but it totally ignores all the CSS, and just renders plain text. I "View Source" and it's referencing the CSS files. I checked and all the CSS files were uploaded.
Has anyone seen this problem before? Why does it work great locally and completely fail on WinHost? Is there some step I'm missing?
Thanks for the answer but I didn't ask the question. The link to his css depends on how he has the site set up. The css file might not be in the /css folder but thats why I asked if he had a publicly accesible link so I could take a look.
4.9.0 on WinHost totally ignores my CSS
I built a 4.9.0 website, which works great locally. I uploaded it all to WinHost, set the database up, set the trust to full, etc.
The website runs but it totally ignores all the CSS, and just renders plain text. I "View Source" and it's referencing the CSS files. I checked and all the CSS files were uploaded.
Has anyone seen this problem before? Why does it work great locally and completely fail on WinHost? Is there some step I'm missing?
Your help is appreciated. Thanks.
You have a publicly accessible link for the site?
HI Mark
When referencing CSS do like this
<link rel="stylesheet" type="text/css" href="/css/style.css">
The important part is this "/css/style.css"
start with /
Hope it solves your problem
René
Rene,
Thanks for the answer but I didn't ask the question. The link to his css depends on how he has the site set up. The css file might not be in the /css folder but thats why I asked if he had a publicly accesible link so I could take a look.
Mark..
Hi
Sorry for misunderstanding your question
Hope you find the solution
René
is working on a reply...