Log in

View Full Version : Setting Fieldset In MEMBERINFO


LiveMicSociety
03-08-2006, 07:37 PM
I've been attempting to customise my MEMBERINFO template, but for some reason i can't get the FieldSet tag to work.
I want a FieldSet around this piece of code:<tr valign="top" class="alt2">
<td align="left" valign="top"><span class=""><strong>About Me:</strong></span></td>
<legend><td align="left" valign="top">$userinfo[field7]</td>
</tr>I would appreciate any help, thank you.

zell_11
03-08-2006, 08:06 PM
have you made sure that the ID actually exsist

$userinfo[field17]

The field[NUM HERE] is based on Name feild from User Profile Field

<tr class="alt2">
<td valign="top"><strong>About Me:</strong><br />$userinfo[field7]</td>
</tr>

I edited the code i have edited from the exact same code i have for the myspace hack

LiveMicSociety
03-08-2006, 08:37 PM
have you made sure that the ID actually exsistYes, i'm 100% sure the ID number exsists ;)

As for the edited code you posted, i appreciate your posting it, but it's not what i'm looking for.

Thanks anyways.