PDA

View Full Version : CSS not loaded?


niceric
04-16-2007, 03:14 PM
Hello there,

I am new to pixel post and I've just recently modified the Simple template and I found the CSS will not be loaded if enter my site using http://niceric.com (i.e without the WWW), it will load, well, most of the time if going to my site using http://www.niceric.com

Can anyone help me with this ?

Thank you very much.

jaywilliams
04-16-2007, 05:24 PM
Edit your template.

Replace this code:
<link rel="alternate stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
With this:
<link type="text/css" href="templates/simple/styles/dark.css" title="dark" />

Also, you can remove the styleswitcher.js code, as it appears that you are not using it.

niceric
04-17-2007, 11:37 AM
Thanks Jay, it is now working.

Thank you very much :)