如果按照默认模板,底部导航的TABLE标签中将出现两次:Border=”0″ border=”0″,这个不规范的代码复制到DW做占位编辑的时候会导致局面混乱。
修正方式是将下面这段中的Border=”0″删除
<asp:DataList id=”dlNavList”
Border=”0″
CellSpacing=”0″
CellPadding=”0″
Width=”100%”
RepeatLayout=”Table”
RepeatDirection=”Horizontal”
RepeatColumns=”1″
DataKeyField=”classid”
OnItemDataBound=”dlNavList_ItemBound”
runat=”server”>