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.

log in menu in HTML page

2 posters

Go down

Solved log in menu in HTML page

Post by JAN2XONLINE September 16th 2010, 3:33 am

is that possible to put a log in menu for forum into a HTML page??

if so, please teach me or help me to put it in there
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: log in menu in HTML page

Post by RoNo September 16th 2010, 8:37 am

Here is your login panel along with necessary Css
elements to retain the look of your theme...
Code:
<style>

.forumline {
    background-color: #141414;
    border: 2px #ff8000 solid;
    }
   
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  {
    background-image: url("http://hitskin.com/themes/15/61/75/i_back_catg.png");
    background-color:#ff8000;
    border: #ff8000;
    border-style: solid;
    height: 28px;
    }
   
.module-title {
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    display: block;
    }

 a:link, a:active, a:visited {
    color:#FFFFFF;
    font-weight:bold;
    padding:0;
    text-decoration:none;
    text-shadow:1px 1px 1px #111111;
    }

a:hover{ text-decoration: underline !important; color : #ffffff; }

.gen, .genmed, .gensmall {color:#FFFFFF;}

td { font-family: Verdana,Arial,Helvetica,sans-serif;  }
   
.row1.fb { padding: 5px 2px 4px 2px; }

.gen { font-size : 12px; }

.genmed { font-size : 11px; }

.gensmall { font-size : 10px; }

</style>

<table width="300px" height="200px" cellspacing="1" cellpadding="0" border="0" class="forumline"><tbody><tr><td height="25" class="catLeft"><span class="genmed module-title">Log in</span></td></tr><tr><td class="row1"><form method="post" action="/login.forum"><table width="100%" cellspacing="1" cellpadding="3" border="0"><tbody><tr><td width="55%" align="left"><span class="gen">Username:</span></td><td style="position: relative; padding-right: 5px;"><input type="text" style="width: 100%;" maxlength="40" size="20" value="" name="username"></td></tr><tr><td align="left"><span class="gen">Password:</span></td><td style="position: relative; padding-right: 5px;"><input type="password" style="width: 100%;" maxlength="32" size="20" name="password"></td></tr><tr align="center"><td colspan="2"><span class="gen">Log me on automatically at each visit: <input type="checkbox" checked="checked" name="autologin"></span></td></tr><tr align="center"><td colspan="2"><input type="submit" value="Log in" name="login" class="mainoption"></td></tr><tr align="center"><td colspan="2"><span class="gensmall"><a rel="nofollow" href="/profile.forum?mode=sendpassword" class="gensmall">::&nbsp;I forgot my password</a></span></td></tr></tbody></table></form></td></tr></tbody></table>
(example)
log in menu in HTML page Jan2_login01

Add the code to an *Html page
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: log in menu in HTML page

Post by JAN2XONLINE September 16th 2010, 7:51 pm

thanks sir roronoa zoro xD piz...sir RoNo
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: log in menu in HTML page

Post by RoNo September 16th 2010, 8:15 pm

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

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