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 5 of 5
  1. #1
    Join Date
    May 2007
    Location
    Canada
    Posts
    172
    Tokens
    137

    Default Vbulleting BG Help?

    Hello all,

    I come here today to seek help with properly aligning my Vbulletin backgrond. I do know CSS and HTML, and have tried various methods with CSS, though it still does not want to seem to work. It just keeps repeating my banner for some odd reason. Here is my code:

    Code:
    <style type="text/css" id="vbulletin_css">
    #header {
    background-image: url('skins/habbo/images/misc/banner.png');
    background-repeat: no-repeat;
    align: center;
    width: 875px;
    height: 115px;
    }
    #infobit {
    text-align: left;
    float: right;
    margin-top: 28px;
    margin-right: 75px;
    }
    #logo {
    background-image: url('');
    background-repeat: no-repeat;
    width: 308px;
    height: 56px;
    float: left;
    margin-top: 30px;
    margin-left: 50px;
    }
    </style>
    <!-- base --><!-- base --><!-- base --></head><body background="index_files/habbogrey.png">
    <img src"" alt="" style="position:absolute; left: 25; top: 50; z-index: 35" border="1">
    <!-- logo -->
    <a name="top"></a>
    and a screenhot of the problem, what I am trying to do is get my background to look like this forum(not the same image but you get the point) Also, yes I know it's a free skin, but only until I get more staff lol. I also know that it says img src ="", because I did that, but even still it does't want to sem to work. But it is not spose to be repeating the pool image as that's teh banner. I do have a background in mind but am looking for the proper code lol.

    Last edited by tdog360; 20-01-2011 at 05:58 PM.



    Habboxlive.com

  2. #2
    Join Date
    Nov 2008
    Location
    UK
    Posts
    173
    Tokens
    0
    Habbo
    coolchris322

    Latest Awards:

    Default

    Code:
    #header {
    background-image: url('skins/habbo/images/misc/banner.png') no-repeat;
    thts ur issue sorted right there

    ---------- Post added 20-01-2011 at 06:32 PM ----------

    just remove the background-repeat: part

  3. #3
    Join Date
    May 2007
    Location
    Canada
    Posts
    172
    Tokens
    137

    Default

    Quote Originally Posted by coolchris322 View Post
    Code:
    #header {
    background-image: url('skins/habbo/images/misc/banner.png') no-repeat;
    thts ur issue sorted right there

    ---------- Post added 20-01-2011 at 06:32 PM ----------

    just remove the background-repeat: part
    LOL I feel so stupid



    Habboxlive.com

  4. #4
    Join Date
    Dec 2008
    Location
    Victoria, Australia
    Posts
    462
    Tokens
    2,114
    Habbo
    Fiendly

    Latest Awards:

    Default

    Quote Originally Posted by tdog360 View Post
    LOL I feel so stupid
    Don't feel stupid!
    There are no stupidness in internet coding, everyone learns sometime!

    Nice to know that your problem is solved

  5. #5
    Join Date
    Nov 2008
    Location
    UK
    Posts
    173
    Tokens
    0
    Habbo
    coolchris322

    Latest Awards:

    Default

    im glad to have helped another vbulletin person makes the vb people grow (ipb is taking over)

Posting Permissions

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