Det kunne løses sådan;
<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>Untitled</title>
<style type="text/css">/* Login-styles */
.loginStyle {}
.loginBackground{}
.inputText {}
.inputDiv {}
.logPaa {}
.logPaaImage {}
label {
display:block;
margin-bottom: -4px;
}
input.login {
width:100px;
height:16px;
font-size:10px;
margin-right:7px;
}
</style>
</head>
<body>
<form method="POST" action="">
<table cellspacing="0" cellpadding="0" width="100%" border="1">
<tr>
<td valign="top"><label class="inputText">Felt 1</label><input class="login" tabindex="1" type="text" maxlength="16"><div class=""><input tabindex=2 type="checkbox" name="gem" value="true" checked ><a wrap="nowrap">Husk</a></div></td>
<td valign="top"><label class="inputText">Felt 2</label><input class="login" tabindex="1" type="text" maxlength="3"></td>
<td valign="top"><label class="inputText">Felt 3</label><input class="login" tabindex="1" type="text" maxlength="16" size="16" onKeyPress=""></td>
<td width="100%"><img src="" alt="" width="100%" height="1"></td>
</tr>
</table>
</form>
</body>
</html>