Can I break between "value" and "Browse"

liunx

Guest
I have a file upload form on my web site and I want the "Browse" button to appear below the value field rather than beside it. Is this possible? Here is the input code I am using so far.<br />
<br />
<input class="value2" onFocus="if(this.value=='Locate Your Document') {this.value='';}" onBlur="if(this.value=='') {this.value='Locate Your Document';}" type="file" name="document" size="14" value="Locate Your Document" maxlength="170"><!--content-->Hi Bob,<br />
<br />
sorry but you don't have a choice on that. the file button is controled with the users OS. as with the select drop down. those are jsut soemthing you can't control. also notice you can't change the words on the button?<!--content-->Hi Scoutt<br />
<br />
I came to the same conclusion after a while. I guess I will just have to live with it but I figured out the other problem. Simple carlessness with a semi-colon .... again.<br />
<br />
Thanks for your help.<!--content-->
 
Back
Top