Yes. The folders /app/webroot/css contains a generic Cake stylesheet, but 
obviously you don't have to use it. Create your own CSS files in this folder. 
The you include them in your layout using this code within the <head> tag:

echo $this->Html->css(array('stylesheet1', 'stylesheet2', ...etc...));

Jeremy Burns
Class Outfit

[email protected]
http://www.classoutfit.com

On 3 Dec 2010, at 07:34, Raj wrote:

> I am in confusion whether it is possible to customize the look and
> feel of my web application or rather say I would like to develop the
> look and feel myself using HTML/ CSS, while working with cakephp, is
> that possible?
> 
> Thanks in advance..
> 
> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group at 
> http://groups.google.com/group/cake-php?hl=en

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 [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to