So I found a few things that I can do to change some of what I want to do:

    phone = TextField(
            label='Phone',
            attrs=dict(style='width:5em'),
            validator=twc.Required
        )

This way I can change the length of the field.

So far so good. I can also use css to change its position to move it next 
to another field, something like:

    
attrs=dict(style='width:7.2em;position:relative;right:-8.8em;top:-3.8em')

It looks nice and all that, but the label of the field is not moved and I 
have no way of moving/removing it.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to