On Fri, Nov 12, 2010 at 12:50 PM, hemi19 <hema519chan...@gmail.com> wrote: > > Hi All, > > iam registration form in my website and iam able to get all the values i > needed from DB using forms.My problem is how can i change color and size of > textbox. The below is my code > > {% for field in form %} > <tr> > <td width=250>{{ field.label_tag }}</td><td Valign="left" > style="background-color:CCCCCC">{{ field }}</td> > {% if field.help_text %}<td width=500>{{ field.help_text }}</td>{% endif > %} > {% if field.errors %}<td class="myerrors" width=400>{{ field.errors > }}</td>{% endif %} > </tr> > {% endfor %}
http://docs.djangoproject.com/en/1.2/ref/forms/widgets/#customizing-widget-instances Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.