Maybe something like this will do the trick:
table {
border-collapse: collapse;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
padding: 0px;
margin: 0px;
}
Be sure to include border-collapse or you will get a 1px border hanging around.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.