You probably got something wrong in your view ... To include a css
stylesheet you have to use:
echo $html->css('nameofcss');
where nameofcss doesn't need the .css or needs to start with a slash,
if it does start with a slash you end up with two slashes at the start
of the link and offcourse that can't be found :)
Hope that helps!
On 10 aug, 12:03, "Andrea C." <[EMAIL PROTECTED]> wrote:
> Hello guys...
> Today I tried to use cake, on pair.com
>
> I make one model and controller with a simple view..
> but i get some error with css and link
> With firebug i noticed, in css link there are 2 '/', something like
> this
>
> -> //cake/css/cake.forms.css
>
> If i removed a / I get css style!
>
> How can i resolve the problem...
>
> Thanks
>
> andrea
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---