Re: CSS placement problem/question

2010-08-10 Thread cricket
On Mon, Aug 9, 2010 at 1:35 PM, barnux  wrote:
> I'm a little confused on placement of css files within the Cakephp
> framework.  From the docuementation
>
> This method of CSS inclusion assumes that the CSS file specified
> resides inside the /app/webroot/css directory.
>
> ?php echo $html->css('forms'); ?> Will output:   type="text/css" href="/css/forms.css" />
>
> When I run my application, it cannot find this css file.  If I create
> a css folder in the root and add forms.css to it, it works.  How do I
> get Cakephp to recognize the css folder in the /app/webroot/css
> directory?

The /app/webroot/css directory should already exist. Are you talking
about a subdirectory?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


CSS placement problem/question

2010-08-10 Thread barnux
I'm a little confused on placement of css files within the Cakephp
framework.  From the docuementation

This method of CSS inclusion assumes that the CSS file specified
resides inside the /app/webroot/css directory.

?php echo $html->css('forms'); ?> Will output:  

When I run my application, it cannot find this css file.  If I create
a css folder in the root and add forms.css to it, it works.  How do I
get Cakephp to recognize the css folder in the /app/webroot/css
directory?

Thanks.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en