Re: N00b layout question

2008-04-15 Thread Sam Sherlock
> > yea only the php worked :/ perhaps you have cake in a subdirectory? in which case /subdir/css/cake.generic.css - different if your not using mod-rewrite what's the class you would use for the > favorite icon? $html.link is for anchor tags Html Helper meta('icon'); ?> puts ou

Re: N00b layout question

2008-04-14 Thread blazingbunny
yea only the php worked :/ what's the class you would use for the favorite icon? $html.link is for anchor tags On Apr 13, 2:25 am, Adam Royle <[EMAIL PROTECTED]> wrote: > either use absolute urls for your css or use the html helper.. > > > > or > > css('cake.generic'); ?> > > On Apr 13, 7:

Re: N00b layout question

2008-04-12 Thread Adam Royle
either use absolute urls for your css or use the html helper.. or css('cake.generic'); ?> On Apr 13, 7:46 am, blazingbunny <[EMAIL PROTECTED]> wrote: > I'm trying to learn cake php for a project because it's awesome, and > I'm stuck on something silly. How do you attach a style sheet or for

N00b layout question

2008-04-12 Thread blazingbunny
I'm trying to learn cake php for a project because it's awesome, and I'm stuck on something silly. How do you attach a style sheet or for that matter an img/js/files and all that stuff in the webroot folder? Right now I just have their code plus a stylesheet link but nothing it's not working. I