|
How can I move this form to the left?
Thanks
Code:
function OutputForm()%> <form name="frmSend" method="POST" enctype="multipart/form-data" action="uploadTester.asp" onSubmit="return onSubmitForm();"> <B></B><br><input name="attach1" type="file" size=35><br> <br> <input style="margin-top:4" type=submit value="Upload"> </form><%end function
|