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.

Login Box GREAT!

3 posters

Go down

Login Box GREAT! Empty Login Box GREAT!

Post by giannismoll7 February 18th 2010, 10:42 pm

How i can doing this to my site the login big box?????

http://www.arsenalgooners.com/

if you can create one for me with theme One Piece RPG
or tell me how to doing this.

thanks!


my site:http://onepiecerpg.forumakers.com/index.htm
giannismoll7
giannismoll7
Forumember

Male Posts : 234
Reputation : 0
Language : Greek,Albanian and some english
Location : Greece,Athens

http://www.onepiecegr-rpg.com/forum.htm

Back to top Go down

Login Box GREAT! Empty plz help1

Post by giannismoll7 February 21st 2010, 4:13 am

plz tell me guys!

i want to doing this login box to my site!plz help!
giannismoll7
giannismoll7
Forumember

Male Posts : 234
Reputation : 0
Language : Greek,Albanian and some english
Location : Greece,Athens

http://www.onepiecegr-rpg.com/forum.htm

Back to top Go down

Login Box GREAT! Empty Re: Login Box GREAT!

Post by Hancki February 21st 2010, 4:50 am

Hi!

Use this code:
Code:
        <center><form action="login.forum?connexion" method="post"><table width="46%" border="0">
      <tbody><tr>
        <td><span class="style8">Username:</span></td>
        <td><input name="username" size="15" maxlength="40" type="text"></td>

      </tr>
      <tr>
        <td width="21%"><span class="style8">Password: </span></td>
        <td width="79%"><input  name="password" size="15" maxlength="32" type="password"></td>
      </tr>
      <tr>
        <td colspan="2"><input name="autologin" checked="true" type="checkbox">
          <span class="style8">Remember Me</span></td>

        </tr>
      <tr>
        <td colspan="2"><input class="mainoption" name="login" value="Log in" type="submit"><br><a href="/profile.forum?mode=register"><font size="2">Register</font></a></td>
        </tr>
    </tbody></table></form>

Works ?!

Smile
Hancki
Hancki
Forumember

Posts : 48
Reputation : 0
Language : Portuguese

Back to top Go down

Login Box GREAT! Empty login Box GREAT!

Post by giannismoll7 February 21st 2010, 12:00 pm

yes but i wont to put image and theme in this login box like the arsenal gooners....
giannismoll7
giannismoll7
Forumember

Male Posts : 234
Reputation : 0
Language : Greek,Albanian and some english
Location : Greece,Athens

http://www.onepiecegr-rpg.com/forum.htm

Back to top Go down

Login Box GREAT! Empty Re: Login Box GREAT!

Post by Hancki February 21st 2010, 9:36 pm

Hi again Very Happy

You have to use CSS ..
See the source of the Arsenal Gooners page and change to your style!

(I'm portuguese and can make mistakes in words, sorry)

Smile
Hancki
Hancki
Forumember

Posts : 48
Reputation : 0
Language : Portuguese

Back to top Go down

Login Box GREAT! Empty Re: Login Box GREAT!

Post by giannismoll7 February 21st 2010, 9:37 pm

thanks!
giannismoll7
giannismoll7
Forumember

Male Posts : 234
Reputation : 0
Language : Greek,Albanian and some english
Location : Greece,Athens

http://www.onepiecegr-rpg.com/forum.htm

Back to top Go down

Login Box GREAT! Empty Re: Login Box GREAT!

Post by Arashi Kasai February 23rd 2010, 11:32 am

Put this code...it's exactly the same as the arsenal gooners:

Code:
<div id="container"><div id="header">
        <h1 align="left"><a href="http://arsenalgooners.com/"><img src="http://i785.photobucket.com/albums/yy136/gooners/banner.png" title="Only the proudest may enter" border="0"></a></h1>
      <!-- end #header --></div><div class="conttop"></div>
   
      <div id="sidebar1">
        <form action="http://arsenalgooners.com/login.forum?connexion" method="post"><table width="46%" border="0">
      <tbody><tr>
        <td><span class="style8">Username:</span></td>
        <td><input name="username" size="15" maxlength="40" type="text"></td>

      </tr>
      <tr>
        <td width="21%"><span class="style8">Password: </span></td>
        <td width="79%"><input name="password" size="15" maxlength="32" type="password"></td>
      </tr>
      <tr align="center">
        <td colspan="2"><input name="autologin" checked="true" type="checkbox">
          <span class="style8">Remember Me</span></td>

        </tr>
      <tr align="center">
        <td colspan="2"><input class="mainoption" name="login" value="Log in" type="submit"><br><a href="http://www.arsenalgooners.com/profile.forum?mode=register"><font size="2"><font color="#ffffff">Register</font></font></a></td>
        </tr>
    </tbody></table></form></div>

      <div id="mainContent"><img src="http://i785.photobucket.com/albums/yy136/gooners/headerzx.png">
        <div class="mainhead"><p><span class="style2">We are the</span><br>

          <span class="style3">Arsenal Gooners</span></p>
        </div>
        <div class="nudge"></div>
        <p class="style5">Arsenal Gooners is a one stop website for <br>
      supporters of Arsenal across the world.<br>
            Discuss with fellow gooners about current <br>
            going-ons at the club on the forums.</p>

        <div class="nudge2"></div>
        <p class="style5">We have livesoccer, livescores , videos that can be accessed by the easy navigation links on the right.</p>
        <p class="style6"><a href="http://arsenalgooners.com/index.htm">Join us and show your support for Arsenal</a></p>
        <p class="style5" align="left">&nbsp;</p>
        <!-- end #mainContent --></div><div class="sidenav"><div class="navbar">
          <div class="style9"><a href="http://www.arsenalgooners.com/forum.htm">Forum</a></div>
        </div><div class="navbar">

          <div class="style9"><a href="http://www.arsenalgooners.com/livescores-h1.htm">LiveScore</a></div>
        </div><div class="navbar">
          <div class="style9"><a href="http://www.arsenalgooners.com/Livesoccer-h2.htm">LiveSoccer</a></div></div>
          <div class="navbar">
          <div class="style9"><a href="http://www.arsenalgooners.com/match-day-f4/">Matchday</a></div></div>
          <div class="navbar">
          <div class="style9"><a href="http://www.arsenalgooners.com/videos-f6/">Videos</a></div></div>

          <div class="navbar">
          <div class="style9"><a href="http://www.arsenalgooners.com/Highbury-h4.htm">Highbury</a></div></div>
        </div>
      <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat"><div class="footerbold"></div>
      <div class="ball"></div>

    <!-- end #container --></div>
Arashi Kasai
Arashi Kasai
Forumember

Posts : 104
Reputation : 0
Language : Singapore Forum Representative

Back to top Go down

Back to top


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