CSS don't show up.

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
cino

CSS don't show up.

Post 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?
jeffunk
Forum Members
Forum Members
Posts: 32
Joined: Thu Mar 16, 2006 3:17 am

Re: CSS don't show up.

Post 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
cino

Re: CSS don't show up.

Post by cino »

I don't think it is the case, because when I refresh my browser it reload it correctly.  ???
Locked

Return to “[locked] Installation, Setup and Upgrade”