行を分割せずに、行の両側に SQL 行を出力したいと考えています。たとえば、最終的に作成したい html/css コードは次のようなものです。
<div id='container'>
<div style='float:left;'>
Even loops here..
</div>
<div id='line' style='float:left;'>
</div>
<div style='float:right;'>
Uneven loops here..
</div>
<div style='clear:both;'></div>
</div>
2 つの異なる div で SQL 行を出力する方法はありますか?