On Nov 15, 6:54 pm, Chris Rich <[EMAIL PROTECTED]> wrote:
> Ok,
>   I just got it to work by using the {% include %} tag.  Is this a
> fine way to include css stuff or should I not use this for some
> reason?

Unless your CSS is very short, you should not use this technique
because it inserts the entire CSS into the body of your HTML. Thus, a
user's browser can not cache that CSS resource.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to