On Friday 24 October 2008 12:16:50 pm srini wrote: > Well, i do not know the right way to link css to my > template in django, Please help me it's urgent without that i cannot > move ahead in my project.
a template is just html - so attach the css just as you would in an ordinary html file. Uusually it is put in the head section of base.html. -- regards KG http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

