Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Help Please

  1. #1
    Join Date
    Dec 2005
    Location
    Leicester
    Posts
    181
    Tokens
    0

    Default Help Please

    I am woundering how you do the bar at the top of a page like www.habbohotelfm.com can anyone tell me please

  2. #2
    Join Date
    Apr 2006
    Location
    Cov</3, England<3
    Posts
    240
    Tokens
    0

    Default

    css maybe

    background-image(http://hjhsduhd)
    Ill sell you a good custom habbo layout which I have designed and coded for £1.00! PM me!

  3. #3
    Join Date
    Apr 2006
    Location
    Swadlincote - Derbyshire
    Posts
    1,351
    Tokens
    0

    Latest Awards:

    Default

    Its an iframe, linking to a page, and then they have got a list of banners which go through every ___ seconds..

    Look
    // Banner Ad Rotater v3.02
    // Author: Anarchos > anarchos3********.com > http://anarchos.xs.mw/bannerad.phtml
    // Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
    <!--
    myAd = new Banner( 14, 468, 60, "", 1, 0 );
    myAd.Ad( "banners/habbobanner.PNG", "http://www.habbohotel.co.uk", "_blank", "Marketing planning" );
    myAd.Ad( "banners/exten_host.gif", "http://extenhost.com", "_blank", "Marketing planning" );
    myAd.Ad( "banners/djmozbanner.png", "http://www.habbohotel.com", "_blank", "Financial planning" );
    myAd.Ad( "banners/habbohotelcom_banner.gif", "", "_blank", "Marketing planning" );
    myAd.Ad( "banners/DJ%20Suzie%20banner1.gif", "http://www.habbohotel.com", "_blank", "Financial planning" );
    myAd.Ad( "banners/djdarksoulsbanner.gif", "http://www.habbohotel.com", "_blank", "Financial planning" );
    myAd.Ad( "banners/Proper%20Dj%20Almgithy.GIF", "http://www.habbohotel.com", "_blank", "Financial planning" );
    myAd.Ad( "banners/radarbanner.gir", "", "_blank", "Financial planning" );
    myAd.Ad( "banners/DJ%20pin%20banner.gif", "", "_blank", "Financial planning" );
    myAd.Ad( "banners/DJ%20Charlie.PNG", "", "_blank", "Financial planning" );
    myAd.Ad( "banners/adzbanner.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/DJ%20BLINGbanner.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/exten_host.gif", "http://extenhost.com", "_blank", "Marketing planning" );
    myAd.Ad( "banners/donx.gif.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/bestdjs2.gif.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/bestdjs1.gif.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/Akeno.gif.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/boos.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/exiebannernew.gif", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/DJ%20Weec%20(DJ%20Banner).png", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/dj%20jack!.bmp", "", "_blank", "Financial planning" )
    myAd.Ad( "banners/Carnio%20live%20HHFM.png", "", "_blank", "Financial planning" )

  4. #4
    Join Date
    Apr 2006
    Location
    Cov</3, England<3
    Posts
    240
    Tokens
    0

    Default

    nvr mind my post then
    Ill sell you a good custom habbo layout which I have designed and coded for £1.00! PM me!

  5. #5
    Join Date
    Dec 2005
    Location
    Leicester
    Posts
    181
    Tokens
    0

    Default

    No i mean the whole box not the banner changer or nothing just the box on it

  6. #6
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    693
    Tokens
    0

    Default

    Tables.
    XHTML, CSS, AJAX, JS, php, MySQL.

    --

    HxF moderators can't read timestamps.

  7. #7
    Join Date
    May 2006
    Posts
    66
    Tokens
    0

    Default

    Put this in the <head></head> tags.

    Code:
    <style type="text/css">
    body{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    }
    .box{
    padding-left: 0px;
    padding-top: 0px;
    background-color: #ff00ff;
    width: 100%
    }
    </style>
    and put this somewhere in the <body></body> tags.

    HTML Code:
    <div class="box">
    Hello
    </div>
    Preview
    Last edited by LeTomb; 28-05-2006 at 08:48 AM.

  8. #8
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    the width isnt 100% for me i get a bit of white at the end
    Last edited by Recursion; 28-05-2006 at 08:44 AM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  9. #9
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    693
    Tokens
    0

    Default

    Quote Originally Posted by :.:Numark:.:
    the width isnt 100% for me i get a bit of white at the end
    Then change
    HTML Code:
    body{
    margin-left: 0px;
    margin-top: 0px;
    }
    To
    HTML Code:
    body{
    margin-left: 0px;
    margin-top: 0px;
    margin-right; 0px;
    }
    XHTML, CSS, AJAX, JS, php, MySQL.

    --

    HxF moderators can't read timestamps.

  10. #10
    Join Date
    May 2006
    Posts
    66
    Tokens
    0

    Default

    Yeah, i changed that just before you posted.

Page 1 of 2 12 LastLast

Posting Permissions

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