Re: Form formatting
Sorry... I forgot that font-weight has a normal and text-align would be appropriate. I didn't test and fix before I sent it lol On Thu, Jan 28, 2010 at 10:41 AM, Zeynel wrote: > This works: > > > label {font-weight: normal;} > th {text-align: right;} > > > On Jan 28, 11:32 am, Zeynel wrote: > > Thanks. I added the CSS to the template; but it is not working. What > > am I doing wrong? > > > > > > > > Feedback > > > >label {font-weight: none} > >th {align: right} > > > > > > > > {% include 'menu.html' %} > > > > > > > > {{ form.as_table }} > > > > > > > > > > > > > > > > On Jan 28, 11:04 am, Rick Caudill wrote: > > > > > > > > > Use CSS. > > > > > label {font-weight: none} > > > th {align: left} > > > > > On Thu, Jan 28, 2010 at 9:53 AM, Zeynel wrote: > > > > Hello, > > > > > > How can I remove the bold in this formhttp://swimswith.com/feedback/ > > > > and fix the alignment? > > > > > > Thanks. > > > > > > -- > > > > 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. > > > > > -- > > > Rick Caudill > > -- > 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. > > -- Rick Caudill -- 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.
Re: Form formatting
This works: label {font-weight: normal;} th {text-align: right;} On Jan 28, 11:32 am, Zeynel wrote: > Thanks. I added the CSS to the template; but it is not working. What > am I doing wrong? > > > > Feedback > > label {font-weight: none} > th {align: right} > > > > {% include 'menu.html' %} > > > > {{ form.as_table }} > > > > > > > > On Jan 28, 11:04 am, Rick Caudill wrote: > > > > > Use CSS. > > > label {font-weight: none} > > th {align: left} > > > On Thu, Jan 28, 2010 at 9:53 AM, Zeynel wrote: > > > Hello, > > > > How can I remove the bold in this formhttp://swimswith.com/feedback/ > > > and fix the alignment? > > > > Thanks. > > > > -- > > > 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 > > groups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/django-users?hl=en. > > > -- > > Rick Caudill -- 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.
Re: Form formatting
Thanks. I added the CSS to the template; but it is not working. What am I doing wrong? Feedback label {font-weight: none} th {align: right} {% include 'menu.html' %} {{ form.as_table }} On Jan 28, 11:04 am, Rick Caudill wrote: > Use CSS. > > label {font-weight: none} > th {align: left} > > > > > > On Thu, Jan 28, 2010 at 9:53 AM, Zeynel wrote: > > Hello, > > > How can I remove the bold in this formhttp://swimswith.com/feedback/ > > and fix the alignment? > > > Thanks. > > > -- > > 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 > groups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/django-users?hl=en. > > -- > Rick Caudill -- 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.
Re: Form formatting
Use CSS. label {font-weight: none} th {align: left} On Thu, Jan 28, 2010 at 9:53 AM, Zeynel wrote: > Hello, > > How can I remove the bold in this form http://swimswith.com/feedback/ > and fix the alignment? > > Thanks. > > -- > 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. > > -- Rick Caudill -- 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.
Form formatting
Hello, How can I remove the bold in this form http://swimswith.com/feedback/ and fix the alignment? Thanks. -- 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.