Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I have set up pretty URLs and it seems to disrupt the CSS of my site http://www.sharpenyouraxe.net. When I click on the Blog link or a category, the page loads but the CSS doesn't fully load. When I refresh the page everything gets back to normal. Any ideas what is causing the CSS load issue?

Attachments

That's almost always because you are using relative instead of absolute paths. Check out this post http://www.couchcms.com/forum/viewtopic.php?p=9346#p9346. I'm not seeing the problem you posted about though, so maybe you have already fixed this. One issue I found though is you are using this piece of code:
Code: Select all
<script type="text/javascript" src="[JS library]"></script>
I don't know what that is supposed to point to, but as one would expect, it results in a 404 error.
2 posts Page 1 of 1