After extensive searching on various websites, I am still unable to resolve my html or CSS issue. An unexpected line is appearing above the table here.
Here's the code snippet that is causing trouble:
<table border="0" width="840" cellspacing="0" cellpadding="1"><colgroup> <col style="width: 70%;" /> <col style="width: 30%;" /> </colgroup>
<tbody><tr><td>
<h1 style="text-align: center;"><span style="font-family: Calibri,geneva,sans-serif;"><strong><span style="font-size: 28px;">Learn to Paddle. Make Friends. Have Fun.</span></strong></span></h1>
</td>
<td>test</td>
</tr>
</tbody>
</table>
I would greatly appreciate any assistance with this issue.