On Mar 11, 7:11 pm, Frédéric Roland <[EMAIL PROTECTED]> wrote: > Hi, > > I was discussing about layout of forms using CSS and heard that there > was some tags such as fieldset, label and legend that should allow us to > make the layout of forms without tables. Is there a reason these tags > aren't used to render forms in Django ? Does it is hard to add them ? > (Something like as_label() for example.)
I think probably its much easier and very fast to completely customize your form via HTML template. I also belive that using django templates to render HTML is much better suited tool vs. trying to dynamically construct HTML inside of Python script. Here is example of what I mean: http://code.djangoproject.com/wiki/TemplatedForm Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---