Html弄的比较少,问一个弱弱的问题,为什么下面代码在IE中tr之间有空白行,而在Firefox中没有空白?同时实验的时候发现如果把第一行注释去掉的话,则在IE和Firefox中都没有空白。有没有办法在第一行注释的情况下,让TR之间没有空白?
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">-->
<html>
<html>
<head>
</head>
<body>
<table cellpadding=0 cellspacing=0 cellspacing="0" cellpadding="0" width="800" align="center" border="0">
<tbody>
<tr>
<td>
<img height=95 src="http://p6.images22.51img1.com/6000/tianmeiyige/65cb56073590bad60aa60c9975af50e5.gif" width="800">
</td>
</tr>
<tr>
<td>
<img height=137 src="http://p0.images22.51img1.com/6000/tianmeiyige/02951dd319ea2aafb029bd8e61a17032.gif" width="800" usemap="#mapmap" border="0">
</td>
</tr>
<tr>
<td background="http://p0.images22.51img1.com/6000/tianmeiyige/06ca26ed3f8bc0ccfa34f88492b07834.gif">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr align=center>
<td width="100%">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a><br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<img height="93" src="http://p1.images22.51img1.com/6000/tianmeiyige/1eec8a2fe4673d2bcec04f0462d1309c.gif" width="800">
</td>
</tr>
</tbody>
</table>
<map name="mapmap">
<area id="link_index" shape="RECT" coords="122, 95, 226, 125"
href="http://shop57126709.taobao.com/">
<area id="link_intro" shape="RECT" coords="273, 94, 373, 125"
href="http://member1.taobao.com/member/user-profile-eaec97b921eb2dc9418a155770803e5d.htm">
<area id="link_appraise" shape="RECT" coords="418, 96, 519, 125"
href="http://rate.taobao.com/user-rate-eaec97b921eb2dc9418a155770803e5d.htm">
<area id="link_guestbook" shape="RECT" coords="567, 95, 667, 125"
href="mailto:tianmeiyige@gmail.com">
</map>
</body>
</html>
<html>
<html>
<head>
</head>
<body>
<table cellpadding=0 cellspacing=0 cellspacing="0" cellpadding="0" width="800" align="center" border="0">
<tbody>
<tr>
<td>
<img height=95 src="http://p6.images22.51img1.com/6000/tianmeiyige/65cb56073590bad60aa60c9975af50e5.gif" width="800">
</td>
</tr>
<tr>
<td>
<img height=137 src="http://p0.images22.51img1.com/6000/tianmeiyige/02951dd319ea2aafb029bd8e61a17032.gif" width="800" usemap="#mapmap" border="0">
</td>
</tr>
<tr>
<td background="http://p0.images22.51img1.com/6000/tianmeiyige/06ca26ed3f8bc0ccfa34f88492b07834.gif">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr align=center>
<td width="100%">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a>
</td>
<td>
<a href="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm" target="http://item.taobao.com/auction/item_detail-0db2-31bc884cb23d3afbe13dc624c7bf5ce4.htm">
<img height="100" src="http://p5.images22.51img1.com/6000/tianmeiyige/5c1e85290b84de888cb29f08201e01a0.jpg" width="100" border="0"></a><br /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<img height="93" src="http://p1.images22.51img1.com/6000/tianmeiyige/1eec8a2fe4673d2bcec04f0462d1309c.gif" width="800">
</td>
</tr>
</tbody>
</table>
<map name="mapmap">
<area id="link_index" shape="RECT" coords="122, 95, 226, 125"
href="http://shop57126709.taobao.com/">
<area id="link_intro" shape="RECT" coords="273, 94, 373, 125"
href="http://member1.taobao.com/member/user-profile-eaec97b921eb2dc9418a155770803e5d.htm">
<area id="link_appraise" shape="RECT" coords="418, 96, 519, 125"
href="http://rate.taobao.com/user-rate-eaec97b921eb2dc9418a155770803e5d.htm">
<area id="link_guestbook" shape="RECT" coords="567, 95, 667, 125"
href="mailto:tianmeiyige@gmail.com">
</map>
</body>
</html>