Hello,
I have a problem why CSS don't work?
Below is my setup and system information.
System OS:Fedora 8
Web server : Apache
Apache :DocumentRoot is '/var/www/html/'
Cakephp path:
app: /var/www/html/
webroot : /var/www/html/app/webroot/
index.php file : '/var/www/html/'
I copy 'Index.php' file to the '/var/www/html/' and setup the
ROOT,APP_DIR and CAKE_CORE_INCLUDE_PATH constant variables.And below
is the vale of them.
define('ROOT',dirname(_FILE_));
define('APP_DIR','app');
define('CAKE_CORE_INCLUDE_PATH',ROOT);
Below is my source code of view:
<?php echo $html->css('de_main','import') ?>
<?php echo $html->css('de_votings','import') ?>
<div class="votings">
<h2>Voting</h2>
<table class="nav" cellpadding="0" cellspacing="0">
<tr style="text-align:left">
........
........
The path of de_main.css and de_votings.css is '/var/www/html/app/
webroo/css/'.
(p.s.they are created by decorate)
Cloud you tell me how i setup the path or something i need to do?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---