我建了一个用户控件,里面用了一个menu控件,但在我调试时发现一个问题,menu上空了一行,我查看源代码,发现上面有段超链接代码,不知道如何删除这段代码。代码贴下:<a href="#ctl00_ContentPlaceHolder1_MenuList1_m_Menu_SkipLink"><img alt="跳过导航链接" src="/WebResource.axd?d=3Bwm0BwUPv-EW6SzhziX5w2&amp;t=633692548815000000" width="0" height="0" style="border-width:0px;" /></a><!--这块是什么东西,怎么去了-->
<table id="ctl00_ContentPlaceHolder1_MenuList1_m_Menu" class="ctl00_ContentPlaceHolder1_MenuList1_m_Menu_2" cellpadding="0" cellspacing="0" border="0" style="width:100%;text-align:left;background-color:#EBEBEB;">
<tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="ctl00_ContentPlaceHolder1_MenuList1_m_Menun0">
<td><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td style="white-space:nowrap;width:100%;"><a class="ctl00_ContentPlaceHolder1_MenuList1_m_Menu_1" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$MenuList1$m_Menu','BaseInformation')"><img src="../images/rule1.png" alt="" style="border-style:none;vertical-align:middle;" />aaa</a></td>
</tr>
</table></td>
</tr><tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="ctl00_ContentPlaceHolder1_MenuList1_m_Menun1">
<td><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td style="white-space:nowrap;width:100%;"><a class="ctl00_ContentPlaceHolder1_MenuList1_m_Menu_1" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$MenuList1$m_Menu','StudentInformation')"><img src="../images/rule1.png" alt="" style="border-style:none;vertical-align:middle;" />bbb</a></td>
</tr>
</table></td>
</tr><tr onmouseover="Menu_HoverRoot(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)" id="ctl00_ContentPlaceHolder1_MenuList1_m_Menun2">
<td><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td style="white-space:nowrap;width:100%;"><a class="ctl00_ContentPlaceHolder1_MenuList1_m_Menu_1" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$MenuList1$m_Menu','ContactInformation')"><img src="../images/rule1.png" alt="" style="border-style:none;vertical-align:middle;" />ccc</a></td>
</tr>
</table>