The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to make login place like this?

2 posters

Go down

how to make login place like this? Empty how to make login place like this?

Post by akoe.akbar November 16th 2011, 10:25 am

hello,
please help me,
how to make login place like dion's forum?
i have ask in there, but it doesn't work,
please help me,..
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make login place like this? Empty Re: how to make login place like this?

Post by LGforum November 16th 2011, 11:23 am

It does work. Its is the HTML code required for a log in box. You have to style it in your way. You can't copy Dions styling.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

how to make login place like this? Empty Re: how to make login place like this?

Post by akoe.akbar November 16th 2011, 11:48 am

LGforum wrote:It does work. Its is the HTML code required for a log in box. You have to style it in your way. You can't copy Dions styling.

its different?
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make login place like this? Empty Re: how to make login place like this?

Post by Guest November 16th 2011, 12:04 pm

https://help.forumotion.com/t100054-login-popup-shadow-on-this-site#648060

Code:
    <!-- login form -->
    <form action="/login.forum"
    method="post" id="signin">
        <table cellspacing="0" cellpadding="0" border="0">
            <td class="smallfont" style="white-space: nowrap;">
                <label style="margin: 0 20px; width: 100px">
                    Username :
                </label>
            </td>
            <td>
                <input id="username" class="post" name="username" size="20" type="text"
                value="username" onblur="if(this.value=='') this.value='username';" onfocus="if(this.value=='username') this.value='';"
                />
            </td>
            </td>
            <td class="smallfont" nowrap="nowrap">
                <label style="margin: 0 20px; width: 100px" for="cb_cookieuser_navbar">
                    <input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar"
                    accesskey="c" />
                    Remember me?
                </label>
            </td>
            </tr>
            <tr>
                <td class="smallfont">
                    <label style="margin: 0 20px; width: 100px">
                        Password :
                    </label>
                </td>
                <td>
                    <input id="pass" name="password" class="post" size="20" type="password"
                    value="password" onblur="if(this.value=='') this.value='password';" onfocus="if(this.value=='password') this.value='';"
                    />
                </td>
                <td>
                    <input style="margin: 0 20px; width: 100px" type="submit" value="Login"
                    name="login" id="login" />
                </td>
            </tr>
        </table>
    </form>
    <!-- / login form -->
avatar
Guest
Guest


Back to top Go down

how to make login place like this? Empty Re: how to make login place like this?

Post by akoe.akbar November 16th 2011, 12:52 pm

battuvuong wrote:https://help.forumotion.com/t100054-login-popup-shadow-on-this-site#648060

Code:
    <!-- login form -->
    <form action="/login.forum"
    method="post" id="signin">
        <table cellspacing="0" cellpadding="0" border="0">
            <td class="smallfont" style="white-space: nowrap;">
                <label style="margin: 0 20px; width: 100px">
                    Username :
                </label>
            </td>
            <td>
                <input id="username" class="post" name="username" size="20" type="text"
                value="username" onblur="if(this.value=='') this.value='username';" onfocus="if(this.value=='username') this.value='';"
                />
            </td>
            </td>
            <td class="smallfont" nowrap="nowrap">
                <label style="margin: 0 20px; width: 100px" for="cb_cookieuser_navbar">
                    <input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar"
                    accesskey="c" />
                    Remember me?
                </label>
            </td>
            </tr>
            <tr>
                <td class="smallfont">
                    <label style="margin: 0 20px; width: 100px">
                        Password :
                    </label>
                </td>
                <td>
                    <input id="pass" name="password" class="post" size="20" type="password"
                    value="password" onblur="if(this.value=='') this.value='password';" onfocus="if(this.value=='password') this.value='';"
                    />
                </td>
                <td>
                    <input style="margin: 0 20px; width: 100px" type="submit" value="Login"
                    name="login" id="login" />
                </td>
            </tr>
        </table>
    </form>
    <!-- / login form -->

and how to make it beside the header?
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum