Thursday, December 2, 2010

Re: look & feel/ user interface with cakephp

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

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

No comments: