On 3/12/07, ouds <[EMAIL PROTECTED]> wrote: > if in j2ee or nomal html file, i can define in table as <table > style="behavior:url(/htc_path/js/TableSort.htc) url(/htc_path/js/ > TableHL.htc) url(/htc_path/js/DragDrop.htc);">
Django outputs HTML the same way as any other system; the only thing you need to do is ensure you've correctly configured your web server for serving static files, as per the documentation; consult either the Apache/mod_python deployment docs or the FastCGI docs, depending on your server setup. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
