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
    Sep 2006
    Location
    A Small Town...
    Posts
    119
    Tokens
    0

    Default What is the full codeing for this? including the inner background code aswell

    NOTE: THE FULL CODE INCLUDING THE INNER BACKGROUND CODE. THANKS


  2. #2
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    It depends how you've coded the website.

    If you send me the source in a private-message I can take a look and help you

    Depending on if its, divs, tables, iFrames etc.

  3. #3
    Join Date
    Sep 2006
    Location
    A Small Town...
    Posts
    119
    Tokens
    0

    Default

    HTML Code:
    <style type="text/css"> 
                    .contactTable {display: visible;}
                    </style>
    <style type="text/css">
    table td table tr td.text table {visibility:visible;}
    table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
    </style>
    <style type="text/css">
    .extendednetwork {border:2px solid; border-color:black; -moz-border-radius:2%;}
    .extendednetwork td {border:2px solid; border-color:black; background-color:white; -moz-border-radius:2%;}
    </style>
    <style type="text/css">
    body, div, span, td, p, .blacktext10, .blacktext10, .blacktext10, strong, b, u, .blacktext10, .blacktext10, .btext, .text, .blacktext10, .blacktext10, .blacktext10 {
    font-family: tahoma;
    font-size: 12px;
    color: rgb(15,15,15);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
    .nametext {
    padding: 5px;
    font-family: tahoma;
    font-size: 36px;
    color: 333333;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    display: block;
    }
    .whitetext12, .blacktext10 {
    font-family: Tahoma;
    font-size: 10px;
    color: 333333;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: black;
    font-weight: ;
    font-family: tahoma
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: black;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    .badge {
    position: absolute;
    left: 1px;
    top: 1px;
    }
    </style>
    <style type="text/css">
    body {
    background-image:url('http://i29.tinypic.com/2eocrie.jpg');
    background-attachment: fixed;
    background-position:center center;
    background-repeat:repeat;
    }
    </style>
    <style type="text/css">
    .latestBlogEntry {display:none;}
    </style>
    <style type="text/css">.comments {visibility:hidden;display:none;}</style>
    <style type="text/css">
    .commentlinks a { font-weight:normal; font-size:9px; }
    </style>
    <style type="text/css"> &#035;tkn_leaderboardDiv{height: 0px !important;} &#035;tkn_trackingpixeladvertiser, &#035;tkn_trackingpixeladvertiser [[[[[[[[[[[[[[[[[[[[[[[iframe]]]]]]]]]]]]]]]]]]]]]]] {position: absolute !important; top:-100px !important;}</style>
    <style type="text/css">
      body, html {visibility:visible !important; display:block !important}
    <div class="main">
    <table style="width: 800px;
    height: 800px;
    cellpadding: 0px;
    cellspacing: 0px;
    background-color: FFFFFF;">
    <tr><td valign="top">
    INSERT CONTENT AND ADDITIONAL DIVS
    </td></tr></table></div>
     
     

  4. #4
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    Simple, start again. I tried to sort the code out but that is a serious mess for something simple.

    Here's a basic code to start again:
    Code:
    <html>
    <head>
    <title>Untitled Document</title>
    <style type="text/css">
    #main {
    	width: 500px;
    	margin: auto;
    	padding: 5px;
    	background-color: #000;
    }
    body {
    	background: url(insertfilehere.jpg);
    	background-repeat: repeat;
    }
    </style>
    </head>
    <body>
    <div id="main"></div>
    </body>
    </html>
    If you do use this, insert your validation.



  5. #5
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    Quote Originally Posted by craigg. View Post
    Simple, start again. I tried to sort the code out but that is a serious mess for something simple.

    Here's a basic code to start again:
    Code:
    <html>
    <head>
    <title>Untitled Document</title>
    <style type="text/css">
    #main {
        width: 500px;
        margin: auto;
        padding: 5px;
        background-color: #000;
    }
    body {
        background: url(insertfilehere.jpg);
        background-repeat: repeat;
    }
    </style>
    </head>
    <body>
    <div id="main"></div>
    </body>
    </html>
    If you do use this, insert your validation.
    I belive it's for MySpace therefore it's differnt coding.

  6. #6
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    I see, I didn't see in his thread anything about Myspace :S

    Ahh! I see in IE now 'MySpace'.



  7. #7
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    I PM'ed him with my myspace code, which is plain black, explaining how to change, no reply. Urgh -.-

    He made the topic "MySpace" in our convosation that's all.


  8. #8
    Join Date
    Sep 2006
    Location
    A Small Town...
    Posts
    119
    Tokens
    0

    Default

    Sorry i diddnt make it clear, sorry buax my internet messed up last night im looking it out now mate.

Posting Permissions

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