Ya encontré una forma de hacerlo seteando el atributo table-layout a fixed:
Código HTML:
<html>
<head>
</head>
<body>
<table sTYLE="table-layout:fixed">
<TR>
<td width="50" height="16">
Celda numero 1 de la tabla
</td>
<TR>
</table>
</body>
</html>
El problema es que firefox no me lo hace a diferencia de internet explorer, que si que funciona. Alguien sabe porque?