Prezhi0usGurL
03-22-2003, 12:57 AM
Ok.. does anybody know how to change the width size of a fieldset?? coz i tried it but it doesnt work.. it still takes up the whole window.. help please..
here's my site:
www.geocities.com/twirpystar/index1.html
Love Lots,
Kaisy
epolady
03-22-2003, 01:03 AM
An input text field ? Put size="##" in the text field tag.
Prezhi0usGurL
03-22-2003, 01:17 AM
but where do i put that though??
here's the tag:
<fieldset><legend>title</legend>message</fieldset>
Take Care,
Kaisy
epolady
03-22-2003, 01:24 AM
Ohhhh, I thought you were talking about input text field, sorry about that. Try this:
<fieldset style="width: 50px;"><legend>title</legend>message</fieldset>
Change 50px to the widht of your choice.
bejayel
03-22-2003, 01:25 AM
ohh filedset. lol not many people here know about them. they do look nice though i will have to give you that much. lol. try putting it in a atable, it is the only way.
<form method="post" action="mail">
<table>
<tr>
<td width="XX">
<fieldset>
<legend>My legend</legend>
YOUR STUFF HERE
</filedset>
</td>
</tr>
</table>
i hope that helps. oops i forgot to mention i also worked with them, i had to put it in a table to get a desired width out of them.
Prezhi0usGurL
03-22-2003, 01:28 AM
Thank you guys sOo much!
Take Care,
Kaisy