Back To Top
Login
Register
Visit Us At TwitterVisit Us At YouTubeVisit Us At Facebook
KandiChat is in Beta Release. Try It Out
HomeHome  
  • UpdatesUpdates  
  • SearchSearch  
  • Latest imagesLatest images  
  • RegisterRegister  
  • Log inLog in  
  • March 2024
    MonTueWedThuFriSatSun
        123
    45678910
    11121314151617
    18192021222324
    25262728293031

    Calendar Calendar

    Search
     
     

    Display results as :
     


    Rechercher Advanced Search

    Similar topics
      Who is online?
      In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

      None

      Most users ever online was 140 on July 4th 2021, 2:03 pm
      RSS feeds


      Poll
      Top posting users this week
      No user


      View previous topic View next topic Go down  Message [Page 1 of 1]

      pedrox

      login registration

      pedrox
      04/06/2013
       on an Italian forum I saw this form to login
      https://login.libero.it/?service_id=beta_email&ret_url=http%3A%2F%2Fmailbeta.libero.it%2Fcp%2FWindMailPS.jsp%3FrndPrx%3D4364631

      you can do to invision a picture.thank you very much

      Similar topics

      -

      » link login
      Share this post on: reddit

      runawayhorses
      My question is why in the world would you want to? Is your forum login not working properly or something?

      Post April 6th 2013, 1:52 pm by runawayhorses

      pedrox
      on an Italian forum I saw this form to login
      https://login.libero.it/?service_id=beta_email&ret_url=http%3A%2F%2Fmailbeta.libero.it%2Fcp%2FWindMailPS.jsp%3FrndPrx%3D4364631you can do to invision a picture.thank you very much

      Code:
      My question is why in the world would you want to? Is your forum login not working properly or something?
      it all works ok ... because I like,put it on my forum and 'can do nothing else ?.thanks 

      Post April 6th 2013, 3:34 pm by pedrox

      Mr.EasyBB
      You just want a login page?

      Post April 7th 2013, 7:10 pm by Mr.EasyBB

      pedrox
       yes..   only to put un'immagine background                                                                                                                                                                                                                                                                                                                                                                                         

      Post April 8th 2013, 1:47 pm by pedrox

      Mr.EasyBB
      All you have to do is make an HTML page with the login form within it. Then style the HTML tags to look the way you want it to.

      Post April 9th 2013, 2:01 am by Mr.EasyBB

      pedrox
      I cannot put the background....help

      Post April 9th 2013, 4:44 pm by pedrox

      Mr.EasyBB
      Background to what? Everything uses backgrounds so it is hard to figure out what you are trying to achieve, make sure you always specify everything that is needed. For the overall background you would do this

      Code:
        body {
       background:url('url of image here');
      background-repeat: no-repeat (or) repeat-x (or) repeat-y;
      background-size:100% 100% (or none);
      background-position: scroll (or) fixed;
      }

      Post April 9th 2013, 8:04 pm by Mr.EasyBB

      pedrox
      thank you perfect question:
      move right
      make a border to login
      connect the html page button to connect

      this and the code that I created

      Code:
      <html>
      <head>
      <style type="text/css">
      body {
       background:url('http://res1.windows.microsoft.com/resbox/en/windows/main/40503e20-0aab-4663-aa3f-c8cf035c68d6_6.jpg');
      background-repeat: no-repeat (or) repeat-x (or) repeat-y;
      background-size:100% 100% (or none);
      background-position: scroll (or) fixed;
      }</style><div class=”#fa_ticker”><tr>
             <td><table><tr><td>
      <font color="#FFFF00"><b>Utente</b></font></td>
                          <td><form action="/login" method="post"><input type="text" name="username" id="username" size="15" maxlength="40" value="" class="inputbox autowidth" /></td>
                      </tr><tr><td>
      <font color="#FFFF00"><b>Parola d'ordine</b></font></td>
                          <td><input type="password" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></td>
      <form action="/login" method="post">
      </tr>
                  </table>
              </td>
      </tr>
          <tr>
             <td align="right"><input type="submit" "image" src="http://www.habbid.com.br/images/entre.gif" name="login" tabindex="6" value="Login" class="button1" /></td>
      </form>
          </tr>
          <tr>
             <td>
                <table>
                     <tr>
                         <td rowspan="4"><div style="float:left;background:url(images/sombrahabbo.gif); background-position:bottom left; background-repeat:no-repeat; width:45px; height:89px; text-align:center" ><img alt="unknow" src="http://www.habbid.com.br/images/unknow.gif"></div></td>
        <td><a href="http://tifosigialloverdi.forumattivo.com/register"><img alt="Registrati" src="http://www.habbid.com.br/images/registrese.gif" align="absmiddle" /> <font color="#FFCC00"><b>Registrati</b></font></a></td></tr>
                      <tr>
                         <td><a href="/profile?mode=sendpassword"><img alt=" Hai dimenticato la password" src="http://www.habbid.com.br/images/esquecisenha.gif" align="absmiddle" /><font color="#FF0000"><b>Hai dimenticato la password</b></font></a></td>
                      </tr>
                      <tr>
                         <td><a href=""><img alt="chi sono" src="http://www.habbid.com.br/images/quemsomos.gif" align="absmiddle" /><font color="#FFf"><b>Io sono </b></font>{USERLINK}</a></td>
      </tr> <tr>
                         <td></td>
                      </tr>
                  </table></td></div></head>
      <body>

      Post April 10th 2013, 2:19 pm by pedrox

      Mr.EasyBB
      Oh man oh man, tables :/. You should just use divisions. Do you basically want to duplicate what I see in that url? or what?

      Post April 10th 2013, 2:33 pm by Mr.EasyBB

      pedrox
      a border around the table in the login

      Post April 10th 2013, 3:47 pm by pedrox

      Mr.EasyBB
      Well while using Tables, this has to be done with an inlaid division. It is a lot better semantics than using Tables. Tables were designed to hold data, though people decided "Hey it would be easier to make a layout with Tables" no this isn't true and it is hideous. That is why I won't use phpBB2.

        A division layout would look something like:

        
      Code:
      <div id="login_container">
      <div id="login_wrapper">
      <div id="left_content">
      <div class="header"></div>
      <div class="reasons">
        <ul>
         <li>Reason Why to Join 1</li>
         <li>Reason Why to Join 2</li>
        <li>Reason Why to Join 3</li>
       </ul>
         </div>
      </div>
      <div id="right_content">
      </div>
      </div>
      </div>

      That is just a quick mock up. Do you see what I mean though?

      Post April 10th 2013, 4:11 pm by Mr.EasyBB

      pedrox
      ok thanks

      Post April 11th 2013, 1:55 pm by pedrox

      runawayhorses
      Yeah my web table building days are over, they are outdated and my new site doesn't have them. I will miss playing around with tables though, I got pretty good with them. Best way to do it now if you need something on the side is use a editor that has a drop and drag, case closed end of story.

      Post April 11th 2013, 3:05 pm by runawayhorses

      Mr.EasyBB
      Lol WYSIWYG they are alright, to better put an understanding to go from tables to divisions is this

      Code:
      <table>
      <tr>
      <td></td>
      </tr>
      </table>

      is the same as this
      Code:
      <div></div>

      In the since at the least. I mean we can go deeper into this but this isn't the place to do it. Maybe I'll make a post on in the LTC section

      Post April 11th 2013, 4:13 pm by Mr.EasyBB

      runawayhorses
      Yeah, they just create the codes for you and place it where you tell it too with your mouse.. can't beat that with a stick.. lol

      Post April 11th 2013, 11:00 pm by runawayhorses

      pedrox
      Thanks to all I have solved so
      Code:
      <table border="1"align=right>

      Post April 12th 2013, 1:59 pm by pedrox

      Post  by Sponsored content

      View previous topic View next topic Back to top  Message [Page 1 of 1]