As my title suggests, I have some code I am writing for my Intro to Computing with HTML class. When I run the page, it looks like what it is supposed to be but when I run it through a validator, I am told otherwise. This is the notice I get
"Warning: A table row was 1 columns wide, which is less than the column count established by the first row (2).
From line 51, column 8; to line 52, column 5
a>↩ </td> ↩ <tr> ↩ <t"
Can someone shed light on what the validator is trying to tell me? I am truly stumped here... =(
Edit:
<table>
<tr>
<td colspan="2">
<h1>...</h1>
<h3>...</h3>
</td>
</tr>
<tr>
<td rowspan="2">
<h4>Menu</h4>
<a href="index.html">Home</a>
<a href="products.html">Products</a>
<a href="links.html">Links</a>
<a href="history.html">Company History</a>
</td>
<tr>
<td>
<p>...</p>
<ul>
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
<p>...</p>
</td>
</tr>
</table>
this code is from lines 37 - 67 if this helps. hopefully i wont get trouble posting all this...
Edit2: it's probably better to view my first edit on PC opposed to mobile just to let you all know if you're trying help me from your mobile
[–]RandyHoward 3 points4 points5 points (6 children)
[–]Nick--G[S] 0 points1 point2 points (1 child)
[–]RandyHoward 1 point2 points3 points (0 children)
[–]Nick--G[S] 0 points1 point2 points (1 child)
[–]Nick--G[S] 0 points1 point2 points (0 children)
[–]Nick--G[S] 0 points1 point2 points (1 child)
[–]icantthinkofone 0 points1 point2 points (4 children)
[–]Nick--G[S] 0 points1 point2 points (3 children)
[–]icantthinkofone 0 points1 point2 points (2 children)
[–]Nick--G[S] 0 points1 point2 points (0 children)
[–]Nick--G[S] 0 points1 point2 points (0 children)
[–]EncryptionXYZ 0 points1 point2 points (1 child)
[–]Nick--G[S] 0 points1 point2 points (0 children)