aCId_rAIn Posted February 21, 2009 Share Posted February 21, 2009 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 More sharing options...
iLight Posted February 21, 2009 Share Posted February 21, 2009 <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 More sharing options...
aCId_rAIn Posted February 21, 2009 Author Share Posted February 21, 2009 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 More sharing options...
iLight Posted February 21, 2009 Share Posted February 21, 2009 give me your login block's html code please :x So I can modify it for you. Link to comment Share on other sites More sharing options...
aCId_rAIn Posted February 21, 2009 Author Share Posted February 21, 2009 <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 More sharing options...
Todd Holley Posted February 21, 2009 Share Posted February 21, 2009 Lesson #1... don't buy a pre-fab template? I always got someone to make them for me and it cost about the same...... saves a LOT when you want to add your own code / apps. Link to comment Share on other sites More sharing options...
aCId_rAIn Posted February 21, 2009 Author Share Posted February 21, 2009 i know, but, i dont know of anyone whod do it for me : / ive got a few pages I'd like to add. I know what id like to have and all, if someone would like to do it for me, id pay.. Link to comment Share on other sites More sharing options...
aCId_rAIn Posted February 21, 2009 Author Share Posted February 21, 2009 i was looking into using phpnuke, and then i had it set up and all, and it was absolutely TERRIBLE... id like to have a cms, but... im no web designer, i just know how to work on servers... Link to comment Share on other sites More sharing options...
jcroom Posted February 21, 2009 Share Posted February 21, 2009 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 More sharing options...
iLight Posted February 21, 2009 Share Posted February 21, 2009 <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 More sharing options...
aCId_rAIn Posted February 22, 2009 Author Share Posted February 22, 2009 Thanks so much guys, that worked for me. Light, I may be contacting you again soon about what we had discussed earlier about integration. Thanks again. Link to comment Share on other sites More sharing options...
Todd Holley Posted February 22, 2009 Share Posted February 22, 2009 And if your looking for a site; King Graphics. You will be happy. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.