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!


Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    nope, well not sure if were talking about the same part, i dont think its ment to be in the divs, its ment to be alike to this (i made it lul)
    see under title obvvvv

    i want a line

  2. #22
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    solid line, which i want to meet up with to be the navbar aswel which is shown

  3. #23
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    This may be what you're looking for:

    <body style="margin-top:50px;">

    <div class="style3" style="border-bottom: 2px solid white; margin-bottom: -2px;">TITLEEEEEE</div>

    <div style="width: 550px; margin: 0 auto; border: 2px solid white;">
    <div style="background-color: #ffffff; opacity:0.5;filter:alpha(opacity=50);">
    &nbsp;

    </div>
    </div>

    </body>






  4. #24
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Yeh i think that works, so will i put the navbar at the top of the divs then do another line (some how) i need to allign tittlee to the left aswel but when ever i do it is screws the text div box up :@

  5. #25
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    Don't know if there's any shorter way to do this, but:

    <body style="margin-top:50px;">

    <div class="style3" style="border-bottom: 2px solid white;">TITLEEEEEE</div>

    <div style="width: 550px; margin: auto; border-left: 2px solid white; border-right: 2px solid white; border-bottom: 2px solid white;">
    <div style="background-color: #ffffff; opacity:0.5;filter:alpha(opacity=50);">

    Navbar

    </div>
    </div>

    <div style="width: 550px; margin: auto; border-left: 2px solid white; border-right: 2px solid white; border-bottom: 2px solid white;">
    <div style="background-color: #ffffff; opacity:0.5;filter:alpha(opacity=50);">

    &nbsp;

    </div>
    </div>

    </body>
    It's neater if you do this using css.






  6. #26
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    So where in here does that go...
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>TITLEEEE</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body {
    background-image: url(background_r2_c2.png);
    }
    .style3 {
    font-size: 38px;
    font-style: italic;
    color: #FFFFFF;
    }





    -->
    </style></head>
    <body>

    </body>
    <center>
    <body style="margin-top:50px;">

    <div class="style3" style="border-bottom: 2px solid white; margin-bottom: -2px;">TITLEEEEEE</div>

    <div style="width: 550px; margin: 0 auto; border: 2px solid white;">
    <div style="background-color: #ffffff; opacity:0.5;filter:alpha(opacity=50);">
    &nbsp;

    </div>


    </body>
    </center>
    </html>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>TITLEEEE</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body {
    background-image: url(background_r2_c2.png);
    }
    .style3 {
    font-size: 38px;
    font-style: italic;
    color: #FFFFFF;
    }





    -->
    </style></head>
    <body>

    </body>
    <center>
    <body style="margin-top:50px;">

    <div class="style3" style="border-bottom: 2px solid white; margin-bottom: -2px;">TITLEEEEEE</div>

    <div style="width: 550px; margin: 0 auto; border: 2px solid white;">
    <div style="background-color: #ffffff; opacity:0.5;filter:alpha(opacity=50);">
    &nbsp;

    </div>


    </body>
    </center>
    </html>

  7. #27
    Join Date
    Nov 2008
    Posts
    217
    Tokens
    1,822
    Habbo
    eLv

    Latest Awards:

    Default

    No idea what you're doing, but this might be it:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>TITLEEEE</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body
    {
    background: url(background_r2_c2.png);
    margin-top:50px;
    }
    .style3
    {
    font-size: 38px;
    font-style: italic;
    color: #FFFFFF;
    border-bottom: 2px solid white;
    }
    #container
    {
    width: 550px;
    margin: auto;
    }
    .style4
    {
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    }
    .filterbg
    {
    background-color: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    }
    -->
    </style>
    </head>

    <body>

    <div class="style3">TITLEEEEEE</div>

    <div id="container">

    <div class="style4">
    <div class="filterbg">

    Navbar

    </div>
    </div>

    <div class="style4">
    <div class="filterbg">

    content

    </div>
    </div>

    </div>

    </body>
    </html>






  8. #28
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Dammnnnn niceeee, right when i can il +rep you so thanks !!!

Page 3 of 3 FirstFirst 123

Posting Permissions

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