/ Published in: HTML
There are two parts to the code below. The top portion is the CSS, which you should copy and paste to your Ads & Custom HTML area. The bottom portion is the html code you should paste into a new HTML Widget that you place on a new page.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* BELOW IS THE CSS PORTION - PLACE THIS IN YOUR ADS & CUSTOM HTML AREA */ /* This is a way to hide the login bar box on sidebar*/ div#sb-signup { display:none; } /* This hides the reCaptcha images*/ .recaptchatable a img { display:none!important; } .recaptchatable td img { display:none!important; } /* END OF CUSTOM CSS PORTION */ <div class="form-box" id="site-sign-up"> <h2> Create An Account:</h2> <div class="form-box-content clearfix"> <form action="/action/sign_up" enctype="multipart/form-data" id="form-signup" method="POST" name="form-signup"> <fieldset> <div class="clearfix" style="width: 225px;"> <div class="left" style="width: 225px;"> <div class="left" style="width: 225px;"> </div> </fieldset> <br /> <input id="customq-40180-crc" name="customq-40180-crc" type="hidden" value="0" /> <fieldset> Type the words below to prove that you're a real person <div class="recaptcha_nothad_incorrect_sol recaptcha_isnot_showing_audio" id="recaptcha_widget_div" style=""> <div id="recaptcha_area"> <table class="recaptchatable recaptcha_theme_clean" id="recaptcha_table"> </table> </div> </div> </fieldset> <fieldset class="cq-check-buttons"> <div class="buttons clearfix"> </form> </div> </div>
URL: http://labsecrets.com/2010/02/11/how-to-simplify-the-membership-login-page-on-your-socialgo-site/