如何在 dnn 的同一个左侧面板上并排设置布局两个模块
例子 :
<div runat="server" id="leftpane">
<table>
<tr>
<td>
// i want module 1 at here
</td>
<td>
// i want module 2 at here
</td>
</tr>
</table>
</div>