Encountering an issue with my CSS. I have a <table>
where I added border using the following CSS:
table, th, td, tr {
border: thin 1px solid black;
}
The result is double solid lines as seen below.
Looking for a way to create a table without spaces in between using CSS. Any suggestions? Thank you.