I will try that, but I was able to use the same CSS file in a regular
HTML page that I created as a test

On Jul 22, 1:53 pm, Norman Paniagua <[email protected]> wrote:
> Try to inspect the body in yout browser with a debuggin/inspector tool like
> Ffirebug (in firefox) or similar in other browsers, I think this is more css
> problem than cakephp
> ---
>
> Norman Paniagua
>
> 2010/7/22 Rick Dane <[email protected]>
>
> > This one is just really starting to get at me.. I cannot figure out
> > why my css body { } info will not appear on my cakephp page.
>
> > I am setting the css file in my layout like this:
>
> > echo $this->Html->css('animationdemo1'); (animationdemo1 is a .css
> > file located in webroot/css)
>
> > I then have a body tag like:
>
> > body {
>
> >        font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
> >        background-color:#000000;
> >        font-size:90%;
> >        margin: 0;
> > }
>
> > I have tried any number of different css tags such as "background-
> > url", etc but nothing will go through to my page.. I have tried it
> > without including any other files (no scripts, other css, etc) but
> > still nothing..
>
> > Does anyone have any idea what is causing this? I have tested the same
> > css file in a regular html page and it works fine. Thanks for any
> > advice.
>
> > Check out the new CakePHP Questions sitehttp://cakeqs.organd 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 [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<cake-php%[email protected]>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 [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to