item 之间的项 总是挤破了表格
<asp:datalist id="dllcity" Width="100%" runat="server" RepeatColumns="5" RepeatDirection="Horizontal"
EnableViewState="false" CellPadding="0" BackColor="#ffffff" CellSpacing="0">
<ItemTemplate>
<asp:HyperLink id="editLink" NavigateUrl='<%# "../SubSites/home.aspx?CITY=" + DataBinder.Eval(Container.DataItem,"earecode") %>' runat="server" Target=_blank>
<%# DataBinder.Eval(Container.DataItem,"earename") %>
</asp:HyperLink>
</ItemTemplate>
<ItemStyle Height="20" Width="40"></ItemStyle>
</asp:datalist>
item 之间的项 总是挤破了表格