so I'm inserting an <input type="file"> object into a fairly small table....everything works fine, but when I view it in Chrome, even though the file upload object itself is only around 170px wide, the thing would take up 240px of space (170px for the upload object and 80px of whitespace) and hence would stretch the table by the excess of that amount....
I tried using size="10" or width="10" to no avail....
anyone know how to set it so that it wouldn't stretch that long? I mean the file upload itself only takes up 170px...I don't see any reason why it should take 240px total in additional whitespace

