Answers for "table with no border"

CSS
0

remove border table css

table {border: none;}
Posted by: Guest on September-19-2020
0

remove border table css

<table cellspacing="0" cellpadding="0">
Posted by: Guest on September-19-2020
0

html table cell border not showing

table,
table td {
    font-weight: bold;
    background-color: #fff;
    border-collapse: separate; /* This line */
}
Posted by: Guest on September-22-2021

Browse Popular Code Answers by Language