You can layout forms in django in which ever way you want. By default
the generic views don't use tables, and newforms has several
convenience functions that will display forms in a number of different
styles (as_p, as_ul). These are all standard html (as well as xhtml)
tags that should be supported by all browsers.

~ Anders

On 3/11/07, 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.)
>
> Are these tags well supported by browsers ?
>
> CC.
>
>
> >
>

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