Help - Search - Members - Calendar
Full Version: one more thing?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
_7777777
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
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
thanks, i just tried it but it came out differently.

it came up as boxes saying 'height' and 'weight.
like comment boxes.
83RN15
no i mean edit it yourself cause im not really good at HTML you think you can do it?? yourself?
freeflow
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.