On 11/28/06, enigmadude <[EMAIL PROTECTED]> wrote:
> Thank you for the info. I checked out the dev version and it looks like
> the attrs parameter is the sort of thing I was looking for, concerning
> the CSS issue. As for the multiple forms issue, I guess I'll have to
> come up with some classes or helper functions to keep that kind of
> stuff separated.

In the meantime, the way I solved this problem is to attach styles not
to the class of an input element but to its id in the CSS file. The
current form system generates ids like "id_fieldname" so you can hook
to that.

Cheers.
-- 
Antonio

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

Reply via email to