How to move this form to the left?

How can I move this form to the left?
Thanks


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 functionLooks like it is already at the left. What position of it you have?It looks like it's in the center.

see attached image.

thanksCan you post more code because I have tested your code and they are at the left position?Thanks got it................
 
Back
Top