starginL Posted March 20, 2009 Share Posted March 20, 2009 I have a style.css files. I need to replace the php code with the login code in my WHMCS <form method="post" action="http://www.yourdomain.com/whmcs/dologin.php?goto=clientarea"> Email Address: <input type="text" name="username" size="50"> Password: <input type="password" name="password" size="20"> <input type="submit" value="Login"> </form> //* Left Sidebar : User Login */ //#userlogin { padding: 7px 8px 11px 12px; color: #f1f5f9; font-weight: bold; text-align: left; } //#userlogin h2 { width: 69px; height: 15px; background: url('images/userlogin_title.gif') no-repeat -2px 0px; } //#userlogin form { padding-top: 5px; } //#userlogin .form_field { padding-left: 1px; padding-top: 7px; width: 155px; float: none; clear: both; text-align: right; } //#userlogin form strong { padding-top: 1px; display: block; width: 50px; height: 13px; float: left; text-align: left; } //#userlogin form input { width: 93px; float: right; } //#userlogin form input.button { padding: 0px; width: 55px; height: 15px; border: none; float: none; } //#userlogin #link-password { padding-top: 5px; } //#userlogin #link-password a { color: #eef3f9; } //#userlogin #link-password a:hover { color: #bfd8f6; } 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted March 20, 2009 Share Posted March 20, 2009 You need to place this code in the smarty templates. Or reference this style from header.tpl. Side Note: Have noticed a few questions from you bud, may i sugest having a read of the wiki @ http://wiki.whmcs.com. Alot of these quetions are answered there 0 Quote Link to comment Share on other sites More sharing options...
starginL Posted March 20, 2009 Author Share Posted March 20, 2009 Thanks...I will. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.