我正在尝试删除行之间的空间,但是我找不到解决方案,我也不知道为什么会有这个空间,有人可以帮我吗,谢谢
<style>
table {
border:0px;
border-collapse:collapse;
border-spacing:0px;
}
td,img {
padding:0px;
border-width:0px;
margin:0px;
}
</style>
<html>
<body>
<table cellspacing="0" cellpadding="0" align="center" width="100%">
<tbody>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.projectxparis.com/fr/tee-shirts/645-debardeur-crop-top-motifs-feuilles-bandes-femme-project-x-paris-f181011.html" ><img src="https://image.noelshack.com/fichiers/2018/30/4/1532612105-11.png"></a></td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.projectxparis.com/fr/jeans/671-jean-skinny-a-ceinture-coloree-femme-project-x-paris-f189005-bl.html" ><img src="https://image.noelshack.com/fichiers/2018/30/4/1532613323-12.png"></a></td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.projectxparis.com/fr/tee-shirts/647-caraco-imprime-a-bandes-bicolores-femme-project-x-paris-f181014.html?search_query=f181014&results=1"><img src="https://image.noelshack.com/fichiers/2018/30/4/1532612118-13.png"></a></td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.projectxparis.com/fr/short/651-short-tropical-ceinture-unie-effet-volant-femme-project-x-paris-f184000.html?search_query=184000&results=1"><img src="https://image.noelshack.com/fichiers/2018/30/4/1532612118-14.png"></a></td>
</tr>
<tr>
<td><a target="_blank" rel="noopener noreferrer" href="https://www.projectxparis.com/fr/robes/666-robe-moulante-effet-daim-cotele-a-manches-courtes-femme-project-x-paris-f187006.html"><img src="https://image.noelshack.com/fichiers/2018/30/4/1532612106-15.png"></td>
</tr>
</tbody>
</table>
</body>