How to make login form like this?

Yoshi156 at 06h31
27
Jul
2011
I saw a forum motion forum has a login form like this -

SS:

I forgot the forum URL, but i'm pretty sure it's a forum motion forums.
Hope you can help me thanks in advance Smile.

Forum URL - http://pinoyzhyper.1forum.biz/
1 ArChKnIgHt, on 27/07/2011 at 08h59
hello,

Use This Code
Code:
<form action="/login" method="post" name="form_login"><table border="0"><tr><td><label><span class="genmed">Username :</span> <input class="post" size="10" name="username" type="text"></label><br><label><span class="genmed">Password  :</span> <input class="post" size="10" name="password" type="password"></label> </td><td><label><input class="radio" name="autologin" checked="checked" type="checkbox"></label><span class="gensmall">Remember</span><br><input class="mainoption" name="login" value="Log in" type="submit"></td></tr></table></form>


Hope That Help, ArChKnIgHt
2 Yoshi156, on 27/07/2011 at 09h18
Where should i put that codes?
3 ArChKnIgHt, on 27/07/2011 at 09h43
In Templates (Index_Body)

Search For This
Code:
<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
    <div class="user_login_form main-box center">
        <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label>  
        <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label>  
        <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>  
        {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
        <!-- BEGIN switch_fb_connect -->
        <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
        <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
        <!-- END switch_fb_connect -->
    </div>
</form>
</div>
<!-- END switch_user_login_form_header -->


And Replace It With This

Code:

<!-- BEGIN switch_user_login_form_header -->
<div class="main" style="float: right;">
<form action="/login" method="post"
name="form_login"><table
border="0"><tr><td><label><span
class="genmed">Username :</span> <input class="post"
size="10" name="username"
type="text"></label><br><label><span
class="genmed">Password  :</span> <input class="post"
size="10" name="password" type="password"></label>
</td><td><label><input class="radio"
name="autologin" checked="checked"
type="checkbox"></label><span
class="gensmall">Remember   </span><br><input
class="mainoption" name="login" value="Log in"
type="submit">   </td></tr></table></form>
</div>
<!-- END switch_user_login_form_header -->
4 Yoshi156, on 27/07/2011 at 11h28
Thanks, but the username text field and the password text field is not balance.The password field is more bigger than the username field.
5 ArChKnIgHt, on 27/07/2011 at 15h51
Ok Then All You Have To Do Is Adding This After Word Password
6 Yoshi156, on 28/07/2011 at 04h15
There are two word password? which one? please be specific and thanks for your help sir/ma'am Smile
7 ArChKnIgHt, on 29/07/2011 at 10h00
This One
Code:
<span
class="genmed">Password "Add It Here":</span>


Replace "Add It Here" With It, Sorry For Long Time No Answer
8 Yoshi156, on 30/07/2011 at 04h47
Done thanks!
9 Sanket, on 30/07/2011 at 07h20
Since this thread appears to be solved, I will lock this thread and mark it as solved.


Sanket Smile

Similar topics
Okay, so, I guess it says it all, I'm not very good at CSS codes, but I know it requires a CSS codes to do so. How do I make it show an Image instaid of a color. Also, off topic, but how do I enable HTML for the entire forum?
1. Nick, Class, lvl, equipment. || Finrep , EE , 42 lvl, karmian set and shadow weapon C 2. Name, age, from, time zone, contacts (skype, ICQ, email) || Marek, 30 years old, I`m from Poland and my time zone is +1 gmt, contact is my email other than in
If a transaction has a free form text field as a description which has 1:1 correspondence with its facts, how do you model it. Are there any disadvantages to making it part of the fact table ? Thanks
Replies 1 to 9 on 9 for "How to make login form like this?"
See also
more_less
Informations

9 Replies For the topic :
"How to make login form like this?"

This topic has been viewed 872 times.

Last message :
27/07/2011 at 06h31 by "Yoshi156"