Hello,
Wondering if I can get some help. My website is fine without pretty url turned on, but when I turn it on, just as the directions say, my homepage is fine and the other pages lose their styling.
without pretty url turned on, all pages are styled correctly.
Even when I replace <link rel="stylesheet" href="<cms:show k_site_link />css/style.css" /> with <link rel="stylesheet" href="http://rexstaffordair.com/css/style.css" />, it doesn't work.
I've even still just tried to use ../ before the link.
I've changed the config file to use the www, I've set the root folder in config, I've followed all the forum help I could find. I've done these one at a time and reversed the process. I'm not sure what's wrong but all the pages besides the homepage still don't get the styling.
My style sheets are in a css folder in my root, but I'm embedding the header.html file (below) and have it in the couch snippits folder.
Here is my header code:
I have no idea what could be causing the broken link between the pages and their style sheets now. Is there anyone who can help?
Let me know if there's any other information I can provide.
Thanks,
scratz
Wondering if I can get some help. My website is fine without pretty url turned on, but when I turn it on, just as the directions say, my homepage is fine and the other pages lose their styling.
without pretty url turned on, all pages are styled correctly.
Even when I replace <link rel="stylesheet" href="<cms:show k_site_link />css/style.css" /> with <link rel="stylesheet" href="http://rexstaffordair.com/css/style.css" />, it doesn't work.
I've even still just tried to use ../ before the link.
I've changed the config file to use the www, I've set the root folder in config, I've followed all the forum help I could find. I've done these one at a time and reversed the process. I'm not sure what's wrong but all the pages besides the homepage still don't get the styling.
My style sheets are in a css folder in my root, but I'm embedding the header.html file (below) and have it in the couch snippits folder.
Here is my header code:
- Code: Select all
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=Arimo:400,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="<cms:show k_site_link />js/skel.min.js"></script>
<script src="<cms:show k_site_link />js/skel-panels.min.js"></script>
<script src="<cms:show k_site_link />js/init.js"></script>
<noscript>
<link rel="stylesheet" href="<cms:show k_site_link />css/skel-noscript.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/style.css">
<link rel="stylesheet" href="<cms:show k_site_link />css/style-desktop.css">
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
I have no idea what could be causing the broken link between the pages and their style sheets now. Is there anyone who can help?
Let me know if there's any other information I can provide.
Thanks,
scratz