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 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    1,939
    Tokens
    0

    Latest Awards:

    Default HTML CODE HELP! =)

    Can someone tell me if this html code have any problems? cause on the site it wrong check it on the navigator bit www.habbotree.co.uk
    Code:
    <body bgcolor="4A4A4A">
    <meta http-equiv="Content-Language" content="en-gb">
    <DIV id=scroll3 style="Z-INDEX: 800; LEFT: 5; OVERFLOW: auto; 
    WIDTH: 500; POSITION: absolute; TOP: 1; HEIGHT: 
    40">
    <HTML>
    <script language="JavaScript">
    <!-- Hide from old browsers
    image_1aon = new Image(125, 32);
    image_1aon.src = "images/homew.bmp"; 
    image_1aoff = new Image(125, 32);
    image_1aoff.src = "images/homeg.bmp";
    image_2aon = new Image(125, 32);
    image_2aon.src = "images/newsw.bmp"; 
    image_2aoff = new Image(125, 32);
    image_2aoff.src = "images/newsg.bmp";
    image_3aon = new Image(125, 32);
    image_3aon.src = "images/habbotreew.bmp"; 
    image_3aoff = new Image(125, 32);
    image_3aoff.src = "images/habbotreeg.bmp";
    image_4aon = new Image(125, 32);
    image_4aon.src = "images/communityw.bmp"; 
    image_4aoff = new Image(125, 32);
    image_4aoff.src = "images/communityg.bmp";
    image_5aon = new Image(125, 32);
    image_5aon.src = "images/htusersystemw.bmp"; 
    image_5aoff = new Image(125, 32);
    image_5aoff.src = "images/htusersystemg.bmp";
    image_6aon = new Image(125, 32);
    image_6aon.src = "images/extraw.bmp"; 
    image_6aoff = new Image(125, 32);
    image_6aoff.src = "images/extrag.bmp";
    image_7aon = new Image(125, 32);
    image_7aon.src = "images/contactusw.bmp"; 
    image_7aoff = new Image(125, 32);
    image_7aoff.src = "images/contactusg.bmp";
    // FUNCTIONS
    function
    img_act(imgName) {
    imgon = eval(imgName + "on.src");
    document [imgName].src = imgon;
    }
    function
    img_inact(imgName) {
    imgoff = eval(imgName + "off.src");
    document [imgName].src = imgoff;
    }
    // END HIDING FROM OLDER BROWSERS --></script>
    </HEAD><a href="main.htm" target="iframe"
               OnMouseOver="img_act('image_1a')" 
               OnMouseOut="img_inact('image_1a')"><img SRC="image_1a.jpg" NAME="image_1a" border="0"></a><a href="news.php" target="iframe"
                OnMouseOver="img_act('image_2a')" 
                OnMouseOut="img_inact('image_2a')"><img SRC="image_2a.jpg" NAME="image_2a" border="0"></a><a href="http://www.vtidigital.com/g_main.html"
                   OnMouseOver="img_act('image_3a')"
                   OnMouseOut="img_inact('image_3a')"><img SRC="image_3a.jpg" NAME="image_3a" border="0"></a><a href="http://www.vtidigital.com/g_main.html"
                   OnMouseOver="img_act('image_4a')"
                   OnMouseOut="img_inact('image_4a')"><img SRC="image_4a.jpg" NAME="image_4a" border="0"></a><a href="http://www.vtidigital.com/g_main.html"
                   OnMouseOver="img_act('image_5a')"
                   OnMouseOut="img_inact('image_5a')"><img SRC="image_5a.jpg" NAME="image_5a" border="0"></a><a href="http://www.vtidigital.com/g_main.html"
                   OnMouseOver="img_act('image_6a')"
                   OnMouseOut="img_inact('image_6a')"><img SRC="image_6a.jpg" NAME="image_6a" border="0"></a><a href="http://www.vtidigital.com/g_main.html"
                   OnMouseOver="img_act('image_7a')"
                   OnMouseOut="img_inact('image_7a')"><img SRC="image_7a.jpg" NAME="image_7a" border="0"></a>
    </BODY>
    </HTML>

  2. #2
    Join Date
    Dec 2006
    Posts
    115
    Tokens
    0

    Default

    First off, don't use .bmp images in your layouts.

Posting Permissions

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