Im using CakePHP 2.0 as a framework for my website, I'm having some difficulty with the CSS. Basically what is going wrong is that I have my CSS file being defined on the default.ctp page. It works on this page, however if I navigate to localhost/evolvidsnew/users/login the css is not being used so theres no background colours or position changes etc on the default.ctp I have used the following line,
<link rel="stylesheet" href="App/webroot/css/style.css"/>
am I doing something wrong here? Would appreciate any help. Thanks in advance!
/css/style.csscake uses App/webroot as the main directory