Hi everyone.
I have already got the layout for the login box. when i add code that i've found on other threads, they create their own buttons. I want to be ableto use whats already on my site.
gxhosting.net
the login form on the left currently doesn't do anything, I want it to directly login to cpanel.
here's the code that is currently there, how would I edit it so that it keep exactly the same layout and allow login to cpanel:
<!-- Customer Login -->
<table border="0" cellpadding="0" cellspacing="0" width="210">
<tr><td><img src="images/title_customerlogin.gif" width="210" height="30" alt=""></td></tr>
<tr><td align="center" background="images/login_bg.gif">
<table border="0" cellpadding="0" cellspacing="0" width="180">
<tr><td><img src="images/clear.gif" width="1" height="3" alt=""></td></tr>
<tr>
<td width="60" class="contentblue">Username</td>
<td width="120"><input type="Text" class="text" style="width:100px;"></td>
</tr>
<tr>
<td class="contentblue">Password</td>
<td><input type="Text" class="text" style="width:100px;"></td>
</tr>
<tr><td> </td><td><img src="images/button_submit.gif" width="63" height="17" alt="" vspace="3"></td></tr>
<tr><td> </td><td class="contentblue">Forgot password</td></tr>
</table>
</td></tr>
<tr><td><img src="images/login_bottom.gif" width="210" height="10" alt=""></td></tr>
</table>
<!-- Customer Login -->
Sorry, I had to post it like that. i couldn't see how to post it within another text box as i've seen in other threads.
I would appreciate any help modifying the above code to make it active to login directly to cpanel.