The problem is that I have the username/password fields like this:
Now the problem is that, I'm not understanding where to put the <form> tags. As is obvious when i place it in between the <tr> or <td> tags, it gives me validation errors.. please help.
PS: Don't give suggestions like "Don't use tables for layout" and all that.. i've already done a lot too much in my layout to make any changes now. not being rude, just making this easier...
thanks in advance
| Code: |
|
<table> <tr> <td><input type="text" name="uname"/></td> </tr> <tr> <td><input type="password" name="pword"/></td> </tr> </table> |
Now the problem is that, I'm not understanding where to put the <form> tags. As is obvious when i place it in between the <tr> or <td> tags, it gives me validation errors.. please help.
PS: Don't give suggestions like "Don't use tables for layout" and all that.. i've already done a lot too much in my layout to make any changes now. not being rude, just making this easier...
thanks in advance
