Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html table line between rows

<style>
table {
  border-collapse: collapse;
}
tr { 
  border: solid;
  border-width: 1px 0;
}
</style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #table #line #rows
ADD COMMENT
Topic
Name
3+2 =