Despite trying various solutions from different posts, I am still facing the issue of having small spacing between my table rows. I have checked both the CSS and HTML code and everything seems to be correct. Any suggestions on how to resolve this?
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
<table cellpadding="0" cellspacing="0" border="0" height="100%" width="100%" bgcolor="#e0e0e0"
style="border-collapse:collapse;">