Yes, you can. As for the CSS file, just search for a *.css file in the cake directory.
On Mon, Mar 26, 2012 at 4:21 AM, JunLe Li <[email protected]> wrote: > can i copy the orignal one, then just make some modifications? where is > the orignal css file? > > 在 2012-3-26 上午5:59,"thatsgreat2345" <[email protected]>编写: > > > 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 > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- 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
