I want to display the form&#39;s select options like table:<div><div>$form[&#39;prod_select&#39;]=array(</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&#39;#type&#39; =&gt; &#39;select&#39;,</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&#39;#title&#39; =&gt; t(&#39;Select a product&#39;),</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&#39;#size&#39; =&gt; 7,</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&#39;#options&#39; =&gt; $options,</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&#39;#default_value&#39; =&gt; key($options),</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&#39;#attributes&#39; =&gt; array(&#39;ondblclick&#39; =&gt; &#39;return select_product_search();&#39;),</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>);</div>
<div><br></div>this is what I have in my  form&#39;s select-option..how to display options in table..should I use theme?<br>-- <br><font face="&#39;times new roman&#39;, serif"><b><i><font color="#009900">Cheers</font><br>
</i></b></font><font color="#C0C0C0"><b><br></b></font><br>
</div>