Hi Albert.
I have a file upload page that I'd like to increase the width. Setting the width with css doesn't seem to work, but when I used this (which does work) I get a warning:
<input type="file" name="filename" id="filename" onkeydown="return false" size="50" />
"The "size" attribute does not apply when type="file". Consider removing this attribute."
I can't find anything online that would indicate this isn't valid for xhtml strict. http://w3schools.com/tags/tag_input.asp



