I'm taking a guess that your css is meant to be served as a static file through your webserver and not a django view? If I'm right about that, and you're using apache+mod_python, check out the "Serving Media" section at http://www.djangoproject.com/documentation/modpython/
You need to tell your webserver where your static files, such as images and css, are so that python+django can be bypassed and your webserver can serve them. HTH Mike On 2/27/2007, "MattW" <[EMAIL PROTECTED]> wrote: > >Dear Group, > >I've got an HTML page with associated CSS that I want to use as my >template. Just to test it, I call: > >return render_to_response('about.html') > >and I get the page, but with no CSS info. I've checked the page >source, and it has the name of the stylesheet in there, and the page >renders correctly when I open the html page in Firefox (rather than >using it through django). > >What am I doing wrong? > >Thanks, >Matt > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---