JoshuaLuke
Posting Freak
- Jan 29, 2012
- 529
- 51
Hey
Basically, im coding a RevCMS theme. And ive got onto the index and this happenes:
Heres my code;
Will someone optimise it for me, so itll all align proplerly
Thanks
Josh
Basically, im coding a RevCMS theme. And ive got onto the index and this happenes:
Heres my code;
Code:
<form method="post">
<tr>
< <td class="right"><label for="us">Desired Username:</label></td>
<td class="left"><input type="text" name="reg_username" id="us" value="<?php echo $template->form->reg_username; ?>"></td>
</tr>
<br><br>
<tr>
<td class="right"><label for="pw">Desired Password:</label></td>
<td class="left"><input type="password" name="reg_password" id="pw"></td>
</tr>
<br><br>
<tr>
<td class="right"><label for="cp">Confirm Desired Password:</label></td>
<td class="left"><input type="password" name="reg_rep_password" id="cp">
</tr>
<br><br>
<tr>
<td class="right"><label for="em">Email Address:</label></td>
<td class="left"><input type="text" name="reg_email" id="em">
</tr>
<br><br>
<td class="right"></td>
<td class="center">
<input type="submit" value="Register" name="register" style="margin-right:3px;">
<input type="button" value="Cancel" onclick="location.href='{url}/'">
</td>
</form>
Will someone optimise it for me, so itll all align proplerly
Thanks
Josh