Hi there. When I write forms, I generally prefer to just write them as
so:
<fieldset>
<legend>A Form</legend>
<label for="anitem">Item 1:</label> <input type="text"
name="anitem" id="anitem" />
</fieldset>
Unfortunately, there does not appear to be a method for printing out
forms without <p>, <li> or any table tags.
Would it be reasonable to suggest that such a method be implemented?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---