Page 1 of 1
CSS don't show up.
Posted: Fri Apr 21, 2006 7:23 am
by cino
Hi,
sometime my site (v 0.12.1) returns the page you request barebone, without css graphics. You have to refresh your browser to be able to see also graphic layout.
Is it an (addressable) error?
Re: CSS don't show up.
Posted: Fri Apr 21, 2006 9:46 pm
by jeffunk
I had something similar happen to me recently,
When my ip changed and then the DNS was pointing to the wrong ip address. I was still able to access the website locally, just by typing in the ip address, but if you view the source of your page you'll see that the css is accessed using the fully qualified url, as set in the config file.
Code: Select all
<link rel="stylesheet" type="text/css" href="http://www.expertaccess.ca/stylesheet.php?templateid=4" />
so in my case, because I was accessing the website locally and because the domain was still pointing to my old ip address I ended up with a site without css.
Maybe your problem is something similar??! Good luck
Re: CSS don't show up.
Posted: Mon May 01, 2006 4:43 pm
by cino
I don't think it is the case, because when I refresh my browser it reload it correctly.
