Hello, I'm pretty new to CSS as well as Django, so I'm sure I'm doing something simple wrong. Anyway, I'm able to serve up a test pic that I placed in the media folder, but I can't get the html to use the CSS template.
<head> <link rel="baseline" type="text/css" href="/styles/baseline.css" / > <title>My Site<title> </head> <body> <img src="/styles/Picture.png"/> <P class="baseline">Test paragraph. </body> My CSS file looks like this: P.baseline { color : green; border : solid red; } The picture shows up, but the text doesn't turn green like I think it should. Any help would be appreciated! --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---