This works:

<style type="text/css">
       label {font-weight: normal;}
       th {text-align: right;}
    </style>

On Jan 28, 11:32 am, Zeynel <azeyn...@gmail.com> wrote:
> Thanks. I added the CSS to the template; but it is not working. What
> am I doing wrong?
>
> <html>
> <head>
>     <title>Feedback</title>
>     <style type="text/css">
>        label {font-weight: none}
>        th {align: right}
>     </style>
> </head>
> <body>
> {% include 'menu.html' %}
>
>     <form action="" method="post">
>         <table>
>             {{ form.as_table }}
>         </table>
>         <input type="submit" value="Submit">
>     </form>
>
> </body>
> </html>
>
> On Jan 28, 11:04 am, Rick Caudill <cau0...@gmail.com> wrote:
>
>
>
> > Use CSS.
>
> > label {font-weight: none}
> > th {align: left}
>
> > On Thu, Jan 28, 2010 at 9:53 AM, Zeynel <azeyn...@gmail.com> 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<django-users%2bunsubscr...@google
> > >  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.

Reply via email to