Code:
<html>
<head>
<style>
table{
border-collapse: collapse;
}
</style>
</head>
<body>
<table>
<tr>
<td>row 1 cell 1</td>
<td>row 1 cell 2</td>
</tr>
<tr>
<td>row 2 cell 1</td>
<td>row 2 cell 2</td>
</tr>
<tr>
<td>row 3 cell 1</td>
<td>row 3 cell 2</td>
</tr>
</table>
</body>
</html>
Anything wrong with that code? Can't get the border-collapse to work ?!