Forum Moderators: not2easy

Message Too Old, No Replies

Forms and CSS

Controlling the size of legend box

         

Knowles

1:40 am on Jun 7, 2003 (gmt 0)

10+ Year Member



I have recently created a form, first one in a log time.. tryin to stay up with standards and what not I used the <fieldset> and <legend> tags. These are nice. They even put a box around my form. I like the box I dont like how it acts. The box takes up as much of the screen as possible is there a way I can limit how much space it takes up? I would like it to stop after the last part of the form not continue onto the end of the page. Has anyone ever done this with CSS?

Knowles

2:31 am on Jun 7, 2003 (gmt 0)

10+ Year Member



Got the answer

feildset {
width:something;
}