Non penso, perchè la tabella è strutturata così
Se metto una sola tabella poi l'avatar me lo butta sotto...Codice PHP:
<table style="clear:both" cellpadding="3" cellspacing="5" border="0" width="100%">
<tbody>
<tr>
<td valign="top" width="90%" colspan="2">
<fieldset>
<legend>{l_ucp_avatar_info}</legend>
{avatar_dimension}<br />{avatar_size}<br />{l_ucp_avatar_extensions}
</fieldset>
</td>
<td valign="top" width="10%" align="center">{user_avatar}</td>
</tr>
<tr>
<td valign="top" width="33%">
<fieldset>
<legend>{l_ucp_upload_avatar}</legend>
{l_ucp_avatar_from_pc}<br /><input name="avatar_upload" size="25" class="fileupload" type="file">
</fieldset>
</td>
<td valign="top" width="33%">
<fieldset>
<legend>{l_ucp_link_avatar}</legend>
{l_ucp_avatar_from_link}<br /><input name="avatar_url" size="25" class="fileupload" type="text" value="{user_avatar_link}">
</fieldset>
</td>
<td valign="top" width="33%">
<fieldset>
<legend>{l_ucp_gallery_avatar}</legend>
{l_ucp_avatar_from_gallery}<br /><select name="gallery">{lists_gallery}</select> <input type="submit" value="{l_common_go}">
</fieldset>
</td>
</tr>
</tbody>
</table>