Most likely you are missing a '/' in front of the css link like '/media/yourcss.css' versus 'media/yourcss.css'
On Fri, Mar 6, 2009 at 8:05 AM, Gipsy Gopinathan <[email protected]>wrote: > How are you linking your css in you template? probably something messed up > there.Did you checked the html source generated and verified the css link > is working by directly accessing it? > > cheers > gipsy > > > On Fri, Mar 6, 2009 at 7:49 AM, arnie <[email protected]> wrote: > >> >> I have moved the media folder [that contains all css, images etc] out >> of the templates directory >> still the same problem >> now my app.yaml is like this >> handlers: >> - url: /media >> static_dir: media >> >> >> > > > -- > cheers > Gipsy > -- cheers Gipsy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
