============================================================
<div id="login">
<h2>登錄</h2>
<form method="post" action="/members/login.php?Goto=/blog/">
<table width="0" border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap="nowrap">用戶名?</td>
<td><input type="text" name="username" maxlength="40" style="width: 118px;background: none;" /></td>
</tr>
<tr>
<td>密 碼?</td>
<td><input type="password" name="password" maxlength="40" style="width: 118px;background: none;" /></td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="loginsubmit" value="提 交" class="button" /></td>
</tr>
</table>
</form>
</div>
===========================================================
如果妳熟悉html的話,可以在index模板裏面自己把它放到妳想放的地方
另外也可以通過css修改它的樣式