Can I have some html help please?

knkzone

Member
Jul 8, 2011
86
0
I want this log in box to move to the other Left at the top can u help plz

Screeny:
  1. Teggs.png
 

knkzone

Member
Jul 8, 2011
86
0
<br>
<br>
<br>
<center><img src="app/tpl/skins/patchh/images/logo.png"></center>
<br>
<br>
<br>
<br>
<Center>
<?php if(isset($template->form->error)) { echo '<div id="message">'.$template->form->error.'</div>'; } ?>
<img src="app/tpl/skins/patchh/images/login.png">
<br>
<div style="height:5px;"></div>
<form action="index" method="post">
<table width="200" border="0">
<tr>
<td><img src="app/tpl/skins/patchh/images/username.gif"><br/>
<input type="text" name="log_username" id="username"/></td>
</tr>
<br>
<tr>
<td><img src="app/tpl/skins/patchh/images/password.gif"><br/>
<input type="password" name="log_password" id="password"/></td>
</tr>
<tr>
<td>
<input type="submit" name="login" id="button" value="Login" style="margin-right:2px; width: 104px;"/><input type="button" style="width: 104px;" name="button2" id="button" value="Register" onclick='window.location="register"'/> </td>
</tr>
</table>
</form>
</div>
</div>
</Center>
<br>
<br>
<br>
<center><b>RevCMS</b><br><b>Patchh Skin, coded by team Patchh(Bailey and Lewis)</b><br>Copyright © iFortex<br>All rights reserved.</center>
 

Users who are viewing this thread

Top