> It's not complete unstyled. So the CSS files were loading correctly, but you were getting a design that you weren't expecting?
If you aren't familiar with Chris Pedericks's Firefox, I'd suggest installing it right now: http://chrispederick.com/work/web-developer/. It can turn CSS on off with one click, and you can test CSS, image, and JavaScript external files to make sure they are loading as expected. On looking at your code paste, I noticed that the paths all include a "/cake/" directory first, like "/cake/css/cake.generic.css". In most cases you will want your DocumentRoot to point to the /path_to_cake/ app/webroot/, which means that the file paths look like this: "/css/ cake.generic.css" with no directory or "cake" in the paths. Unless you are setting up a specific case where your CakePHP app is supposed to be on a subfolder of a website rather than at the root. If you set it up as detailed in the Manual's installation section (http:// manual.cakephp.org/view/32/installation), you will not see a reference to "cake" in file or link paths. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
