Monday, May 30, 2011

Problem with default.ctp

I created a sample app using the scaffolding, which worked very well,
thank you.
I went the next step and created a default.ctp file using the one that
comes with cakephp.
I then created a style.css file with the following:
* { font-family: "Lucida Grande",Lucida,sans-serif; }

th {
font-size: 14px;
fond-weight: bold;
background-color: #e1e1e1;
border-bottom: 1px solid #ccc;
padding: 10px;
}

div.actions ul {
list-style-type: none;
}

I then tried rerunning the application and the only output I got was:
css('styles');?>

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

No comments: