I know I've asked this once before.
I have the following :
Code:
<HTML>

  <HEAD>
  </HEAD>

  <BODY BGColor="SeaGreen">
	
    <Table width="100%" frame=box cols="5" rows="1"> <!--frame=box-->
        <Tr>
	    <Td Width="5%"> <Input Type="text" Name="TxtID1" Width="10%"></td>	
	    <Td Width="30%"><Input Type="text" Name="TxtID2" Width="10%"></td>			
	    <Td Width="30%"><Input Type="text" Name="TxtID3" Width="10%"></td>
	    <Td Width="5%"> <Input Type="text" Name="TxtID4" Width="10%"></td>	
	    <Td Width="20%"><Input Type="text" Name="TxtID5" Width="10%"></td>	
         </tr>
	    <Td Style="Font;color:white"><center>Problem ID  </center></td>	
	    <Td Style="Font;color:white"><center>Description </center></td>			
	    <Td Style="Font;color:white"><center>Action Taken</center></td>
	    <Td Style="Font;color:white"><center>Fixed       </center></td>	
	    <Td Style="Font;color:white"><center>Recorded By </center></td>	
	</tr>		
    <table>
		
  </BODY>
	
</HTML>
1) How can I stretch the text boxes to fill the table cell with ?

2) How can I get these columns only to take up 5% of the screen, anything below about 15% & my browser don't like it.

Thaks in advance everyone !