FieldSet or Form change width

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
junjustkim
Forum Commoner
Posts: 44
Joined: Thu May 22, 2008 8:48 pm

FieldSet or Form change width

Post by junjustkim »

Hi to All

How can I change the width of my form or fieldset. I was created a form and inside I inserted a fieldset, my problem now is I can not change the width of the form or even a fieldset. In my browser the fieldset cover up the maximum width even I didn't specify any width. Is this the default? It is possible to change? Please help

Thanks
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: FieldSet or Form change width

Post by yacahuma »

you can change the visual width with css.
Post Reply