-<center>
- <form method="POST" id="form">
- <table>
- <tbody>
- <tr>
- <td>Post</td>
- <td>
- <input name="name" type="text" tabindex="2" placeholder="Chen">
- <input name="options" type="text" tabindex="3" placeholder="Options">
- <input name="subject" type="text" tabindex="4" placeholder="Subject">
- <input type="submit" value="Submit" tabindex="7">
- <input id="postFile" name="file" type="file" tabindex="6">
- </td>
- </tr>
- <tr>
- <td>Comment</td>
- <td>
- <textarea name="comment" rows="3" wrap="soft" tabindex="5"></textarea>
- </td>
- </tr>
- </tbody>
- </table>
- </form>
-</center>
+<form method="POST" id="form">
+ <table>
+ <tbody>
+ <tr>
+ <td>Post</td>
+ <td>
+ <input name="name" type="text" tabindex="2" placeholder="Chen">
+ <input name="options" type="text" tabindex="3" placeholder="Options">
+ <input name="subject" type="text" tabindex="4" placeholder="Subject">
+ <input type="submit" value="Submit" tabindex="7">
+ <input id="postFile" name="file" type="file" tabindex="6">
+ </td>
+ </tr>
+ <tr>
+ <td>Comment</td>
+ <td>
+ <textarea name="comment" rows="3" wrap="soft" tabindex="5"></textarea>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+</form>