I have a table in which I've created the layout with percentages - i.e. in my HTML page, I've told it "the first column should take up 10% of whatever the screen size is..."
Code:
<Input type="text" name = "TxtEvent1" size=col width>
Is the wrong code I am using. I need my text boxes width to match that of the column.

Can anyone help me please