you can use #theme property for&nbsp;the form that you add. again you should implement a function named theme_(value of #theme). using form_alter hook you can define theme functions for any part of the user edit form.<br><br>
<div><span class="gmail_quote">On 9/26/06, <b class="gmail_sendername">Dave Cohen</b> &lt;<a href="mailto:drupal@dave-cohen.com">drupal@dave-cohen.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Question about displaying form fields in a table.&nbsp;&nbsp;I've read some<br>documentation &lt;<a href="http://drupal.org/node/47582">
http://drupal.org/node/47582</a>&gt;.&nbsp;&nbsp;The solution described there<br>involves defining a theme function named after the form_id.<br><br>In my case, the form is a category in user edit pages.&nbsp;&nbsp;This means I don't<br>have control over the form_id.&nbsp;&nbsp;It's 'user_edit', and the same form_id is
<br>used for all categories on the user edit pages.<br><br>So, while I could define theme_user_edit() to render my form as a table, I<br>don't think that's the right way.&nbsp;&nbsp;Because while my module could do it, it<br>would be incompatible with any other modules or themes that also define
<br>theme_user_edit().<br><br>Can anyone recommend a workaround or other way to render a table on the user<br>edit pages?<br><br>Thanks,<br><br>-Dave<br></blockquote></div><br>