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 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