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

Thread: css Error :S

  1. #1
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default css Error :S

    Well for AirHabbos Links, there green and the only time they have decoration (underline) is on hover.
    But unvisited links are underlined and cant find the reason :s
    Its prob sumin right infront of me
    +Rep if u can fix it for me
    PHP Code:
    /* CSS Document */
    }
    body {
    margin0px;
    background-image:url("http://airhabbo.com/images/backgrounds/musicbg.gif");
    font-familyVerdanaGenevaArialHelveticasans-serif;
    font-size8px;
    }
    #marquee {
    background-imageurl('images/black_bg.png');
    background-repeatrepeat-x;
    font-family"Trebuchet MS";
    font-size12px;
    color#FFFFFF;
    padding-top2px;
    }
    #disclaimer {
    background-image:url("images/main_layout_bottom5.gif");
    font-family:VerdanaArialHelveticasans-serif;
    color:#FFFFFF;
    font-size:9px;
    }
    }
    A:link {
    text-decorationnone;
    }
    A:active {
    text-decorationnone;
    }
    A:visited {
    text-decorationnone;
    }
    A:hover {
    text-decorationunderline;
    }

    bodystyle {
        
    font-familyVerdana;
        
    font-size12px;
    }

    td {
        
    font-familyVerdana;
        
    font-size11px;


  2. #2
    ScottDiamond. Guest

    Default

    PHP Code:
    /* CSS Document */
    }
    body {
    margin0px;
    background-image:url("http://airhabbo.com/images/backgrounds/musicbg.gif");
    font-familyVerdanaGenevaArialHelveticasans-serif;
    font-size8px;
    }
    #marquee {
    background-imageurl('images/black_bg.png');
    background-repeatrepeat-x;
    font-family"Trebuchet MS";
    font-size12px;
    color#FFFFFF;
    padding-top2px;
    }
    #disclaimer {
    background-image:url("images/main_layout_bottom5.gif");
    font-family:VerdanaArialHelveticasans-serif;
    color:#FFFFFF;
    font-size:9px;
    }
    }
    A:link {
    text-decorationnone;
    }
    A:hover {
    text-decorationunderline;
    }

    bodystyle {
        
    font-familyVerdana;
        
    font-size12px;
    }

    td {
        
    font-familyVerdana;
        
    font-size11px;

    Try that.

  3. #3
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    Nope, made all the links underlined :s

  4. #4
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default

    Try this:

    Code:
    /* CSS Document */
    }
    body {
    margin: 0px;
    background-image:url("http://airhabbo.com/images/backgrounds/musicbg.gif");
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8px;
    }
    #marquee {
    background-image: url('images/black_bg.png');
    background-repeat: repeat-x;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 2px;
    }
    #disclaimer {
    background-image:url("images/main_layout_bottom5.gif");
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:9px;
    }
    }
    a {
    text-decoration: none;
    }
    a:hover {
    text-decoration: underline;
    }
    
    bodystyle {
        font-family: Verdana;
        font-size: 12px;
    }
    
    td {
        font-family: Verdana;
        font-size: 11px;
    }



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


  5. #5
    ScottDiamond. Guest

    Default

    Quote Originally Posted by NintendoNews View Post
    Try this:

    Code:
    /* CSS Document */
    }
    body {
    margin: 0px;
    background-image:url("http://airhabbo.com/images/backgrounds/musicbg.gif");
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8px;
    }
    #marquee {
    background-image: url('images/black_bg.png');
    background-repeat: repeat-x;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 2px;
    }
    #disclaimer {
    background-image:url("images/main_layout_bottom5.gif");
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:9px;
    }
    }
    a {
    text-decoration: none;
    }
    a:hover {
    text-decoration: underline;
    }
    
    bodystyle {
        font-family: Verdana;
        font-size: 12px;
    }
    
    td {
        font-family: Verdana;
        font-size: 11px;
    }
    Eww, I just realised how the links were.

  6. #6
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    Ahh, I found the error
    PHP Code:
    #disclaimer {
    background-image:url("images/main_layout_bottom5.gif");
    font-family:VerdanaArialHelveticasans-serif;
    color:#FFFFFF;
    font-size:9px;
    }
    }
    A:link {
    text-decorationnone
    Had 2 }

    +Rep 2 u ppl who tried helping

Posting Permissions

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