Looking at the page source, everything looks as if it should be
working. The page is functional, just missing css.
Its only when I pass a parameter that this happens.
I've tried taking everything out of the view and the controller
action, expecting it to show at least an empty layout. still no css.
Of course without a parameter in the url it works!

On Oct 14, 3:38 am, brian <[email protected]> wrote:
> And what do you see when you view source?
>
> On Tue, Oct 13, 2009 at 2:14 AM, Jas <[email protected]> wrote:
>
> > My style or layout, disappears on some pages, I've narrowed it down to
> > the way $html->link is setup and have fixed some pages, but not the
> > ones that have a parameter, for example /users/edit/1 it still dont
> > show any styling or layout.
> > I've tried
> > echo $html->link('Change my details','/users/edit/'.$user['User']
> > ['id']);
> > and
> > echo $html->link('Change my details', array('controller' =>
> > 'users','action'=>'edit',$user['User']['id']),null,null,false);
> > When the page goes to the url they both work functionally but, dont
> > show any styling. But this did fix pages without a parameter.
>
> > Any ideas?
>
> > Jas
>
>
--~--~---------~--~----~------------~-------~--~----~
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