Probably this is a stupid thing, but I don't see it. What is the problem?
    <html>
<body>
<form action="search" method="get">
    <input>
    <input name="action" value="search" type="submit">
</form>
<table border="1">
    <thead>
    <th>
        <td>Name</td>
    </th>
    </thead>
    <tbody>
    <tr>
        <td>Smith        </td>
    </tr>
    <tr>
        <td>Smith2        </td>
        </tr>
    </tbody>
</table>
</body>
</html>
The "Smiths" are not displayed under the "Name" cell.