Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html table cell border not showing

table,
table td {
    font-weight: bold;
    background-color: #fff;
    border-collapse: separate; /* This line */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #table #cell #border #showing
ADD COMMENT
Topic
Name
5+8 =