<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head><body bgcolor="#FFFFFF" text="#000000">
<table width="75%" border="1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="209" valign="bottom"><input type="text" name="textfield" size="20" style="color: #FF0000"></td>
    <td height="209">&nbsp;</td>
    <td height="209">&nbsp;</td>
  </tr>
</table>
</body>
</html>

解决方案 »

  1.   

    <html>
    <head>
    <title>无标题文档</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body bgcolor="#FFFFFF" text="#000000">
    <table width="100%" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td valign="bottom" align="right"> 
          <input type="text" name="textfield" style="background-color: #FF0000">
        </td>
      </tr>
    </table>
    </body>
    </html>
      

  2.   

    <input id="ipt1" style="color:red">
      

  3.   

    你把表单标记放在表格外面
    <form>
    <table>
    </table>
    </form>