>
>
>
> echo $html->css(array('login'));
>
> <link href="/cake_app/css/login.css" type="text/css" rel="stylesheet">
> instead of
> <link href="/css/login.css" type="text/css" rel="stylesheet">
>
> Because of wrong href css file is not included... and same is
> happening with images and js files. Can any one tell me what am i
> doing wrong. my css file is kept in cake_app/app/webroot/css folder.
> Thanks in advancehttp://sathia27.wordpress.com/2011/06/13/solved-cakephp-css-not-found/ -- Regards sathia http://www.sathia27.wordpress.com -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
