can i copy the orignal one, then just make some modifications? where is the
orignal css file?

在 2012-3-26 上午5:59,"thatsgreat2345" <thatsgreat2...@gmail.com>编写:

If you want to use your own layout you must add a file called default.ctp
into layouts folder (inside your apps View folder). This will override
cakes default layout, you'll have to setup your default layout though. Then
you can define your own css stylesheets, add them into the css folder of
your webroot. Then inside your views you can echo
$this->Html->css(array('mycssstyle')); and it will format it correctly and
link to the correct css file in your webroot css folder.



On Sunday, March 25, 2012 11:22:51 AM UTC-7, Daniel wrote:
>
> I want to change some CSS:
> borde...

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to