Re: strange link problem

2009-02-07 Thread cronet
you made my day! Thank you... I'm using a css framework (very new to me), and made a mistake. I insert the print.css for all media... On 8 Feb., 02:00, brian wrote: > Ah, you meant the display. My apologies, I wasn't thinking properly. > > Anyway, it looks like you have some CSS along the

Re: strange link problem

2009-02-07 Thread brian
Ah, you meant the display. My apologies, I wasn't thinking properly. Anyway, it looks like you have some CSS along these lines: a:after { content:" (" attr(href) ") "; } Either that, or it's javascript doing it. That's a technique best used for print styles, so the URL is printed. On Sat, Feb

Re: strange link problem

2009-02-07 Thread cronet
Hard to discribe... please look at this Image: img90.imageshack. us/my.php? image=bild12op1.png It shows my view (top), the site (middle) and the sourcecode (lower). On 8 Feb., 00:54, brian wrote: > On Sat, Feb 7, 2009 at 6:47 PM, cronet wrote: > > > Hi, > > > i got a problem with my links,

Re: strange link problem

2009-02-07 Thread Miles J
Its because pages are routed in your app/config/routes.php. Disable that route if you want /pages/ in front of it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to

Re: strange link problem

2009-02-07 Thread brian
On Sat, Feb 7, 2009 at 6:47 PM, cronet wrote: > > Hi, > > i got a problem with my links, created with cakephp. (I don't think > its a cake problem, but perhaps someone of you can give me a hint, > anyway) > > If I write something like: > link("test", array("controller"=>"pages", > "action"=>"test

strange link problem

2009-02-07 Thread cronet
Hi, i got a problem with my links, created with cakephp. (I don't think its a cake problem, but perhaps someone of you can give me a hint, anyway) If I write something like: link("test", array("controller"=>"pages", "action"=>"test")); ?> the output is: Test (/pages/test) the strange thing: in