dnnで同じ左パネルに2つのモジュールを並べてレイアウトを設定する方法
例 :
<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>