W3Schools - Collapsed Border/Single Border
<head>
<style type="text/css">
table
{
border-collapse: collapse;
}
table, td, th
border: 1px solid black;
</style>
</head>
Copyright Karen McCall, Karlen Communications
16