<TABLE class="tah11" id="Table11" style="WIDTH: 139px; HEIGHT: 137px" height="120" cellSpacing="0" cellPadding="0" width="139" border="0">
<TR>
<TH scope="col" height="102">
<asp:datalist id="DataList1" runat="server" Width="454px" ForeColor="#FF8000" RepeatDirection="Horizontal" CssClass="tah11">
<ItemStyle ForeColor="#FF8000"></ItemStyle>
<ItemTemplate>
<IMG height=100 src='<%#DataBinder.Eval(Container.DataItem,"StoreLogoPic").ToString()%>' width=100 border=1><br>
</ItemTemplate>
</asp:datalist>
</TH>
</TR>
<tr>
<td></td>
<tr>
</TABLE>我得到显示的图片了,,但图片是横向排列的,,我想让图片按纵向排列,,应该怎么添加代码,,请指教,,谢谢,,在线等,,