Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2009
    Location
    Newcastle Upon Tyne, UK
    Posts
    2,652
    Tokens
    1,389
    Habbo
    lRhyss

    Latest Awards:

    Default Single Column Layout Tutorial HELP

    their used to be a tutorial to code a single column layout on Habboemotion, It was a pink content box with some song lyrics inside. Just wondering if anyone has this link?

    I think it was posted on HxF somewhere but I can't seem to find it! D:

  2. #2
    Join Date
    Dec 2008
    Location
    Victoria, Australia
    Posts
    462
    Tokens
    2,114
    Habbo
    Fiendly

    Latest Awards:

    Default

    Single column layout?
    That's pretty simple..

    Here's my version of one:

    Index.html
    Code:
    <!DOCTYPE HTML>
     <head>
      <title>YourFansite.COM</title>
       <link rel="stylesheet" type="text/css" href="style.css">
     </head>
     
    <body>
    
     <div id="container">
      <div id="m_top"></div>
       <div id="m_mid">
        <div id="content">
    
         <center>
         YourFansite is currently under scheduled maintenance, <br>
         Sorry for your inconvenience.<br><br>
         YourFansite Staff
          <br>
          <br>
           <a href="javascript:history.go(-1)"><img src="images/gback.PNG" border="0"></a>
         </center>
    
        </div>
       </div>
      <div id="m_bot"> 
      </div>
     </div>
    
    </body>
    Style.css
    Code:
    body {
        
        font-size:        9px;
        background-image:    url(images/bg.gif);
            font-family:        volter;
        font-weight:        bold;
    }
    
    #container {
        width:            504px;
        height:            auto;
        margin-left:        auto;
        margin-right:        auto;
        margin-top:         100px;
    }
    
    #m_top {
        background-image:    url(images/m_top.PNG);
        width:            504px;
        height:            59px;
    
    }
    
    
    #m_mid {
        background-image:    url(images/m_mid.PNG);
        width:            504px;
        height:            auto;
    
    }
    
    #m_bot {
        background-image:    url(images/m_bot.PNG);
        width:            504px;
        height:            19px;
    }
    
    #content {
            width:            481px;
        margin-left:        13px;
    }
    
    @font-face {
        font-family:         Volter;
            src:             url(volter.ttf);
    }
    Just use the m_ parts.
    Uses a top, middle and bottom.

    Here is a preview: http://mat.6.je/Maintenance%20Design/
    Note: There are some adverts on this.. Using a free site. Will not buy a website yet.

  3. #3
    Join Date
    Jul 2007
    Location
    UK
    Posts
    2,470
    Tokens
    2,975

    Latest Awards:


  4. #4
    Join Date
    Dec 2008
    Location
    Victoria, Australia
    Posts
    462
    Tokens
    2,114
    Habbo
    Fiendly

    Latest Awards:

    Default

    Quote Originally Posted by Jaaaack! View Post
    I could of sworn that tutorial is the exact same style as the old HabboEmotion one.
    Except they had the blue one.. So someone recoloured..? DOn't like the explanation though.

    Whoever made it did a good effort though.

  5. #5
    Join Date
    Jul 2007
    Location
    UK
    Posts
    2,470
    Tokens
    2,975

    Latest Awards:

    Default

    Quote Originally Posted by Fiendly View Post
    I could of sworn that tutorial is the exact same style as the old HabboEmotion one.
    Except they had the blue one.. So someone recoloured..? DOn't like the explanation though.

    Whoever made it did a good effort though.
    That was made before the habboemotion one, look at the date of it.

  6. #6
    Join Date
    Dec 2008
    Location
    Victoria, Australia
    Posts
    462
    Tokens
    2,114
    Habbo
    Fiendly

    Latest Awards:

    Default

    Quote Originally Posted by Jaaaack! View Post
    That was made before the habboemotion one, look at the date of it.
    2008?
    I'm pretty sure it was on HabboEmotion's previous site name (HabboRing??).

  7. #7
    Join Date
    Jul 2007
    Location
    UK
    Posts
    2,470
    Tokens
    2,975

    Latest Awards:

    Default

    Quote Originally Posted by Fiendly View Post
    2008?
    I'm pretty sure it was on HabboEmotion's previous site name (HabboRing??).
    Habboring was nothing to do with habboemotion.

  8. #8
    Join Date
    Dec 2008
    Location
    Victoria, Australia
    Posts
    462
    Tokens
    2,114
    Habbo
    Fiendly

    Latest Awards:

    Default

    Quote Originally Posted by Jaaaack! View Post
    Habboring was nothing to do with habboemotion.
    I cant remember the original name.
    Before HabboEmotion was open, there was a resource site before it which transferred everything to it.

    Do you think HE would take everything the previous site had?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •