_7777777
Dec 31 2006, 08:00 PM
this code:
<fieldset><legend>About Me</legend>TEXT/IMAGES HERE</fieldset>
it works wel for me, except i'd like to be able to edit the size of it.
like, make the width smaller and stuff.
is that possible?
83RN15
Dec 31 2006, 08:11 PM
what is this exactly for?
you think this will help you??
<fieldset>
<legend>About Me</legend>
Height <input type="text" size="3" />
Weight <input type="text" size="3" />
</fieldset>
_7777777
Dec 31 2006, 08:16 PM
thanks, i just tried it but it came out differently.
it came up as boxes saying 'height' and 'weight.
like comment boxes.
83RN15
Dec 31 2006, 08:33 PM
no i mean edit it yourself cause im not really good at HTML you think you can do it?? yourself?
freeflow
Dec 31 2006, 10:37 PM
Do you have more than one or just one? You can edit the size of every single one by doing:
CODE
<style type="text/css">
fieldset{
width: #px;
height: #px;
}
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.