This question may seem easy, but for those who haven't used HTML in a while, it can be quite frustrating. You can view my HTML table at the following link:
https://jsfiddle.net/mr_muscle/Lw5o7ary/
Here is the HTML code:
<table>
<thead>
<tr>
<th>Account status:</th>
<th>Portfolios invested:</th>
<th>Date joined:</th>
<th>MangoPay status:</th>
<th>NorthRow status:</th>
<th>Investor type:</th>
</tr>
</thead>
<tbody>
<tr>
<td>status</td>
<td>Number of portfolios</td>
<td>17 Feb, 2019</td>
<td>Approved</td>
<td>Approved</td>
<td>Inexperienced</td>
</tr>
<tr>
<td colspan='2'>Suspend user</td>
<td colspan='2'>Member for 1 y, 10m</td>
<td>Change</td>
</tr>
</tbody>
I'm looking to create tables without spaces like this example image: https://i.sstatic.net/fRDmh.png