BlackyWolf Posted June 3, 2013 Share Posted June 3, 2013 /http://clients.forcefire.us/knowledgebase/1/Control-Panel - That is the problem Images (Comparison picture as to the rest of the site): /http://oi40.tinypic.com/2zznacm.jpg The problem is the footer and header are not styled by the integrated theme's css file like they're supposed to be. It works everywhere else, and even if you go to knowledgebase.php it works. However, as soon as you click on a directory or an article it does that. I'm guessing it has to do with the URL but I wouldn't know how to even begin to fix this. Google has failed me, so if anyone could help me fix this, it'd be much appreciated. (I'm not good at googling complex things like this). 0 Quote Link to comment Share on other sites More sharing options...
bear Posted June 3, 2013 Share Posted June 3, 2013 You have a bad link for the style sheets. In both, it's like this (more than one linked style sheet, this is just an example): <link href="css/style.css" rel="stylesheet" type="text/css" /> When you're in the KB, you've added an extra directory or two, so it can't find the CSS, as it lives above that. CSS location: http://clients.forcefire.us/css/style.css KB page: http://clients.forcefire.us/knowledgebase/1/Control-Panel You would need to link to the css as a full URL (http://clients.forcefire.us/css/style.css), or by using a root relative link: /css/style.css. 0 Quote Link to comment Share on other sites More sharing options...
WebsiteIntegrations Posted June 3, 2013 Share Posted June 3, 2013 (edited) Hi In your header your <base> url needs to be before the css. I suggest putting it right under the <title> Edited June 3, 2013 by wwesn 0 Quote Link to comment Share on other sites More sharing options...
BlackyWolf Posted June 3, 2013 Author Share Posted June 3, 2013 Thank you both for your answers, they really helped me out. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.