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 5 of 5

Thread: Two things

  1. #1
    Join Date
    Oct 2008
    Posts
    353
    Tokens
    0

    Default Two things

    Ok so A. does anyone have the Contact us script that was on habboarchive?

    And number 2: Ibve just coded a Maintance in Expanfble divs and I forgot the background code, doe s anyone have the background code so I can make an image a Background please.

    Thanx and I am offering a shoutcst with 250 listerns and 128 KBS birate and hosting of 4GB And 14gb badnwith in return
    |
    |
    \/
    I knows its free reqetss but o well

    King Regards
    x-glow
    Habbo UK
    Selling Zonehabbo.net and Freezehabbo.com
    Lol

  2. #2
    Join Date
    Apr 2009
    Posts
    412
    Tokens
    48

    Default

    if you have done the layout in expandable divs then you can just open the while thing in dream weaver and do it there.

    if you can't do that then try this on the page

    <style type="text/css">
    <!--
    * {
    background-image: url(image.png);
    }
    -->
    </style>

    (on the page you want it on)

    either that or try adding

    background-image: url(iimage.png);
    }

    to your .CSS file

    hope that helped
    Quote Originally Posted by BoyBetterKnow View Post
    Cutter went first and I sent. Safeee.

    Quote Originally Posted by BoyBetterKnow View Post
    Cutter is safe. Fast payment etc. Brill buyer

  3. #3
    Join Date
    Oct 2008
    Posts
    353
    Tokens
    0

    Default

    Il try the top once as I dont have a .css file as is PHP And anyone got any idweas on the contact form?

    Tried urBG and this hapend http://zonehabbo.net/ oes anyone know how to fix it? here is the code:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Box</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css">
    <!--
    * {
    background-image: url(/images/bg_blue.gif);
    }
    -->
    
    #container {
      width: 800px;
      margin: auto;
      font-family: Verdana;
      font-size: 10px;
      font-weight: normal;
      color: #000000;
    }
    #top {
      background: url(/images/top.gif);
      height: 24px;
    }
    #mid {
      background: url(/images/middle.gif);
    }
    #bot {
      background: url(/images/bottom.gif);
      height: 32px;
    }
    -->
    </style>
    </head>
    <body>
    <div id="container">
      <div id="top"></div>
      <div id="mid"><iframe name="content" src="/content.html" marginwidth="1" marginheight="5" height="300" width="795" title="stats" scrolling="no" border="0" frameborder="0"></iframe></div>
      <div id="bot"></div>
    </div>
    </body>
    </html>
    Last edited by x-glow; 10-06-2009 at 06:35 PM.
    Lol

  4. #4
    Join Date
    Jun 2008
    Location
    United Kingdom
    Posts
    2,015
    Tokens
    568

    Latest Awards:

    Default

    Code:
    body {
      background-image: url(image.png);
    }
    ?

  5. #5
    Join Date
    Apr 2009
    Posts
    412
    Tokens
    48

    Default

    that should work, in the .css file in the body section
    Quote Originally Posted by BoyBetterKnow View Post
    Cutter went first and I sent. Safeee.

    Quote Originally Posted by BoyBetterKnow View Post
    Cutter is safe. Fast payment etc. Brill buyer

Posting Permissions

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