Re: how to work with css

2010-01-31 Thread andreas schmid
you have to serve these media files as static files. take a look here: http://docs.djangoproject.com/en/dev/howto/static-files/ chiranjeevi muttoju wrote: > Hi andreas, > Thanks for ur reply, i'm getting this problem while developing. where > sud i kept my css files, and how should i reference tho

Re: how to work with css

2010-01-31 Thread chiranjeevi muttoju
Hi andreas, Thanks for ur reply, i'm getting this problem while developing. where sud i kept my css files, and how should i reference those css files from the template page. i mean how to give specify the address of that css file. for example my css file common.css is in the location project/media/

Re: how to work with css

2010-01-31 Thread andreas schmid
stylesheets are importet like ordinary html pages. you should provide more details like a code snippet and explain if you are experiencing these problems on development or production. chiranjeevi.muttoju wrote: > Hi, >I want to import the external style sheets in the template page. i > importe

how to work with css

2010-01-31 Thread chiranjeevi.muttoju
Hi, I want to import the external style sheets in the template page. i imported directly like ordinary HTML pages but its not working here. if any body knows how to import the css in template page please help me. i'm integrating my app in facebook. Thanks and Regards, --chiru -- You received