A
Amateur
I have the following code for my record navigation. On the web the Form is
aligned at the left site.
I would like to have it centered. How can I do that.
If Current_Page <> 1 Then
Response.Write%><form method="Post"
action="http://www.bellfield-barna.com/BIE/...0-9000/optionopenorders430010009000.asp?Page=<%=Current_Page
- 1 %>"><input type="submit" value="<< registro anterior" name="btnnext"
class="formpagebutton">
</form>
<%
End If
aligned at the left site.
I would like to have it centered. How can I do that.
If Current_Page <> 1 Then
Response.Write%><form method="Post"
action="http://www.bellfield-barna.com/BIE/...0-9000/optionopenorders430010009000.asp?Page=<%=Current_Page
- 1 %>"><input type="submit" value="<< registro anterior" name="btnnext"
class="formpagebutton">
</form>
<%
End If