Jump to content

Need a little help with my site :)


aCId_rAIn

Recommended Posts

If someone could give me a hand with my site there are two things i am trying to do.. one is..

 

http://clients.tcadmin.com/knowledgebase.php?action=displayarticle&catid=1&id=18

 

without messing up the css style, or screwing the page up entirely, as im not very good with coding...

i'd like for the images to stay the same, without being replaced by the script... but still be able to do the login, user, pass, submit, and reset function, and onclick; to clear "username" and "password" from the fields.

 

the main page is at http://www.electricimpulse.net

 

also, if anyone is familiar with working with WHMCS, i could use a lot of help in that area, but id rather do ventrilo, instead of posting on the forums as it'd be a lot more helpful, and quicker. (ill provide server info and vent info, just send me a msg)

Link to comment
Share on other sites

<form method="POST" action="http://demo.tcadmin.com/templates/default/login.aspx">

<table border="0" id="table1"><br />

<tr><td>User:</td><td><input type="text" name="USERID" size="20"></td></tr>

<tr><td>Password:</td><td><input type="password" name="PASSWORD" size="20"></td></tr>

</table>

<input type="submit" value="Submit" name="B1"><input type="reset" value="Reset">

</form>

 

 

And don't forgot to put the RIGHT URL to your panel.

And if you don't want to change your design give us the block code (html)

Link to comment
Share on other sites

im using that to log users in, but i already have buttons set up for the submit and clear. basically, i am using dreamweaver, and if i copy/paste that code in, it removes all the graphics and what-not and creates it's own buttons and login form... this would be fine if it didn't mess the design up by shifting everything to the right. so what id like to do is just edit the fields that are already there and set the picture links for submit and clear to do just that.

Link to comment
Share on other sites

<form name="form1" method="get" action="">

<table width="334" height="268" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="334" height="225"><img src="images/index11.jpg" alt="" width="333" height="225"></td>

</tr>

<tr>

<td height="30"><img src="images/index12.jpg" alt="" width="333" height="30"></td>

</tr>

<tr>

<td height="13"><img src="images/index13.jpg" alt="" width="333" height="13"></td>

</tr>

</table>

<table width="334" height="51" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="111" height="25"><img src="images/index14.jpg" alt="" width="111" height="25"></td>

<td width="223" valign="top" background="images/index15.jpg"><input name="username" type="text" class="input1" id="username" value="Username"></td>

</tr>

<tr>

<td height="26"><img src="images/index16.jpg" alt="" width="111" height="26"></td>

<td valign="top" background="images/index17.jpg"><input name="password" type="password" class="input1" id="password" value="password"></td>

</tr>

</table>

<table width="334" height="33" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="24" height="20"><img src="images/index18.jpg" alt="" width="24" height="20"></td>

<td width="167" background="images/index19.jpg"> </td>

<td width="57"><input name="imageField" type="image" onClick="<form method="POST"

<input type="submit" value="Submit" name="B1">

</form>" value="Submit" src="images/index20.jpg" width="57" height="20" border="0"></td>

<td width="9"><img src="images/index21.jpg" alt="" width="9" height="20"></td>

<td width="57"><input name="imageField2" type="image" onClick="this.form.reset(); return false;" value="Clear" src="images/index22.jpg" width="57" height="20" border="0"></td>

<td width="20"><img src="images/index23.jpg" alt="" width="19" height="20"></td>

</tr>

<tr>

<td height="13" colspan="6"><img src="images/index24.jpg" alt="" width="333" height="13"></td>

</tr>

</table>

</form></td>

Link to comment
Share on other sites

Try this. (NOT TESTED)

 

 

<form name="form1" method="POST" action="YOURTCADMINURLHERE">

<table width="334" height="268" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="334" height="225"><img src="images/index11.jpg" alt="" width="333" height="225"></td>

</tr>

<tr>

<td height="30"><img src="images/index12.jpg" alt="" width="333" height="30"></td>

</tr>

<tr>

<td height="13"><img src="images/index13.jpg" alt="" width="333" height="13"></td>

</tr>

</table>

<table width="334" height="51" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="111" height="25"><img src="images/index14.jpg" alt="" width="111" height="25"></td>

<td width="223" valign="top" background="images/index15.jpg"><input name="USERID" type="text" class="input1" id="USERID" value="username"<tr>

<td height="26"><img src="images/index16.jpg" alt="" width="111" height="26"></td>

<td valign="top" background="images/index17.jpg"><input name="PASSWORD" type="password" class="input1" id="password" value="password"></td>

</tr>

</table>

<table width="334" height="33" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="24" height="20"><img src="images/index18.jpg" alt="" width="24" height="20"></td>

<td width="167" background="images/index19.jpg"> </td>

<td width="57"><input name="imageField" type="image" onClick="<form method="POST"

<input type="submit" value="Submit" name="B1">

</form>" value="Submit" src="images/index20.jpg" width="57" height="20" border="0"></td>

<td width="9"><img src="images/index21.jpg" alt="" width="9" height="20"></td>

<td width="57"><input name="imageField2" type="image" onClick="this.form.reset(); return false;" value="Clear" src="images/index22.jpg" width="57" height="20" border="0"></td>

<td width="20"><img src="images/index23.jpg" alt="" width="19" height="20"></td>

</tr>

<tr>

<td height="13" colspan="6"><img src="images/index24.jpg" alt="" width="333" height="13"></td>

</tr>

</table>

</form></td>

Link to comment
Share on other sites

<form method="POST" action="http://demo.tcadmin.com/templates/default/login.aspx">

<table width="334" height="268" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="334" height="225"><img src="images/index11.jpg" alt="" width="333" height="225"></td>

</tr>

<tr>

<td height="30"><img src="images/index12.jpg" alt="" width="333" height="30"></td>

</tr>

<tr>

<td height="13"><img src="images/index13.jpg" alt="" width="333" height="13"></td>

</tr>

</table>

<table width="334" height="51" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="111" height="25"><img src="images/index14.jpg" alt="" width="111" height="25"></td>

<td width="223" valign="top" background="images/index15.jpg"><input name="USERID" type="text" class="input1" id="USERID" value="Username"></td>

</tr>

<tr>

<td height="26"><img src="images/index16.jpg" alt="" width="111" height="26"></td>

<td valign="top" background="images/index17.jpg"><input name="password" type="password" class="input1" id="PASSWORD" value="password"></td>

</tr>

</table>

<table width="334" height="33" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="24" height="20"><img src="images/index18.jpg" alt="" width="24" height="20"></td>

<td width="167" background="images/index19.jpg"> </td>

<td width="57"><input name="B1" type="image" value="Submit" src="images/index20.jpg" width="57" height="20" border="0"></td>

<td width="9"><img src="images/index21.jpg" alt="" width="9" height="20"></td>

<td width="57"><input name="imageField2" type="image" onClick="this.form.reset(); return false;" value="Clear" src="images/index22.jpg" width="57" height="20" border="0"></td>

<td width="20"><img src="images/index23.jpg" alt="" width="19" height="20"></td>

</tr>

<tr>

<td height="13" colspan="6"><img src="images/index24.jpg" alt="" width="333" height="13"></td>

</tr>

</table>

</form></td>

 

 

 

Just remplace URL above

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 57 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use