On Apr 20, 9:29 am, mpeshev <[email protected]> wrote: > John, > > According to Firebug the 'd' is the first symbol after the body tag, > but the CSS link tag is next to the 'd'. This is not the case when I > open the source code of course. > > It is like that: > > ... > <body> > d > <link type=...></link>
You should have that link tag inside the head, not the body. The "d" might be due to a string/array mixup when printing. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
