<table id="ThreadList" class="tableBorder" cellspacing="1" cellpadding="3" border="0" style="width:100%;">
<tr>
<th class="tableHeaderText" align="center" colspan="2" style="height:15px;">&nbsp;主题&nbsp;</th>
<th class="tableHeaderText" nowrap="nowrap" align="Center">&nbsp;作者&nbsp;</th>
<th class="tableHeaderText" align="Center">&nbsp;回复&nbsp;</th>
<th class="tableHeaderText" align="Center">&nbsp;人气&nbsp;</th>
<th class="tableHeaderText" nowrap="nowrap" align="Center">&nbsp;最后更新&nbsp;</th>
</tr><tr>
<td class="forumThreadRow" align="Center" valign="Middle" style="width:25px;">&nbsp;</td>
<td class="forumThreadRow" style="height:25px;">&nbsp;</td>
<td class="forumThreadRowHighlight" nowrap="nowrap" align="Left" style="width:100px;">&nbsp;</td>
<td class="forumThreadRowHighlight" align="Center" style="width:50px;">
<span class="normalTextSmaller"></span></td>
<td class="forumThreadRowHighlight" align="Center" style="width:50px;">&nbsp;</td>
<td class="forumThreadRowHighlight" nowrap="nowrap" align="Center" style="width:150px;">
<span class="normalTextSmaller"><b></b><br>
</span><a class="linkSmall"></td>
</tr><tr>
<td class="forumThreadHeaderBackgroundAlternate" colspan="6">&nbsp;</td>
</tr>
</table>
###########################################################<tr>
<td class="forumThreadRow" align="Center" valign="Middle" style="width:25px;">&nbsp;</td>
<td class="forumThreadRow" style="height:25px;">&nbsp;</td>
<td class="forumThreadRowHighlight" nowrap="nowrap" align="Left" style="width:100px;">&nbsp;</td>
<td class="forumThreadRowHighlight" align="Center" style="width:50px;">
<span class="normalTextSmaller"></span></td>
<td class="forumThreadRowHighlight" align="Center" style="width:50px;">&nbsp;</td>
<td class="forumThreadRowHighlight" nowrap="nowrap" align="Center" style="width:150px;">
<span class="normalTextSmaller"><b></b><br>
</span><a class="linkSmall"></td>
</tr>
中间这段我要拌定数据。循环显示。。我一加上<ItemTemplate>的语句。整个版面就乱了。究竟这段
<asp:DataList id="DataList1" runat="server">
<ItemTemplate>
</ItemTemplate>
</asp:DataList>
我应该摆在哪里?怎么摆。救救我。。我快疯掉了。

解决方案 »

  1.   

    <table id="ThreadList" class="tableBorder" cellspacing="1" cellpadding="3" border="0" style="width:100%;">
    <tr>
    <th class="tableHeaderText" align="center" colspan="2" style="height:15px;">&nbsp;主题&nbsp;</th>
    <th class="tableHeaderText" nowrap="nowrap" align="Center">&nbsp;作者&nbsp;</th>
    <th class="tableHeaderText" align="Center">&nbsp;回复&nbsp;</th>
    <th class="tableHeaderText" align="Center">&nbsp;人气&nbsp;</th>
    <th class="tableHeaderText" nowrap="nowrap" align="Center">&nbsp;最后更新&nbsp;</th>
    </tr>
    这一段要加到<ItemHead></ItemHead>里面
      

  2.   

    你访问哈www.mhqc.com你看最下面的地个用datalist排板要得不,要得我发代码给你
      

  3.   

    好的。我參考下。我的email: [email protected] 
    謝謝
      

  4.   

    http://www.szlawbook.com/NewBook.Aspx是不是想要新书上架的下面的效果?
      

  5.   

    <table id="ThreadList" class="tableBorder" cellspacing="1" cellpadding="3" border="0" style="width:100%;">
    <tr>
    <th class="tableHeaderText" align="center" colspan="2" style="height:15px;">&nbsp;主题&nbsp;</th>
    <th class="tableHeaderText" nowrap="nowrap" align="Center">&nbsp;作者&nbsp;</th>
    <th class="tableHeaderText" align="Center">&nbsp;回复&nbsp;</th>
    <th class="tableHeaderText" align="Center">&nbsp;人气&nbsp;</th>
    <th class="tableHeaderText" nowrap="nowrap" align="Center">&nbsp;最后更新&nbsp;</th>
    </tr><tr>
    <td>
    <asp:DataList id="DataList1" runat="server">
    <ItemTemplate> 
    <tr>
    <td class="forumThreadRow" align="Center" valign="Middle" style="width:25px;">&nbsp;</td>
    <td class="forumThreadRow" style="height:25px;">&nbsp;</td>
    <td class="forumThreadRowHighlight" nowrap="nowrap" align="Left" style="width:100px;">&nbsp;</td>
    <td class="forumThreadRowHighlight" align="Center" style="width:50px;">
    <span class="normalTextSmaller"></span></td>
    <td class="forumThreadRowHighlight" align="Center" style="width:50px;">&nbsp;</td>
    <td class="forumThreadRowHighlight" nowrap="nowrap" align="Center" style="width:150px;">
    <span class="normalTextSmaller"><b></b><br>
    </span><a class="linkSmall"></td>
    </tr>
    </ItemTemplate>
    </asp:DataList>
    </td>
    </tr><tr>
    <td class="forumThreadHeaderBackgroundAlternate" colspan="6">&nbsp;</td>
    </tr>
    </table>呵呵,好了吧,苯苯!-_-!
      

  6.   

    疯了。。排版太麻烦了。。还没asp容易!!!!!虽然功能强大。