I don’t do HTML, and need to change the appearance of the file upload control…
Is there any way to change the field length? Button characteristics.
Would like to see some code examples if anyone has it…
Am not using CSS on the page.
Thanks
I don’t do HTML, and need to change the appearance of the file upload control…
Is there any way to change the field length? Button characteristics.
Would like to see some code examples if anyone has it…
Am not using CSS on the page.
Thanks
Subject: File Upload Control Appearance
The options are VERY limited. The “file upload control” is a single HTML entity – . The button appearance and the word displayed on the button come from the browser, and no, you don’t get to choose them. The border of the textbox portion is inset, and that’s that. You can use CSS to set the overall width and height, the font and background color of the input box, and with the font used on the button. The rest is beyond your control.
Subject: RE: File Upload Control Appearance
Thanks, the input box width is the main issue… how do I change that? I’m totally unfamiliar with using CSS…