Results 1 to 4 of 4
  1. #1
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default MyBB Background Image?

    Hello

    How do i make an image be the background, positioned at the bottom and to repeat horizontally in MyBB?

    Thanks
    Tom
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  2. #2
    Join Date
    Aug 2004
    Location
    United Kingdom
    Posts
    5,769
    Tokens
    1,249
    Habbo
    Beneficial

    Latest Awards:

    Default

    put this in css/replace the body bit with it:
    body
    {
    background-image: url(YOURFORUM.COM/FILE.GIF);
    background-repeat: repeat-x
    }
    It's at the top and repeats.
    what is fetch gretchen?

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

    Latest Awards:

    Default

    i need it to be at the bottom
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  4. #4
    Join Date
    Sep 2004
    Location
    USA
    Posts
    2,119
    Tokens
    1,371

    Latest Awards:

    Default

    body
    {
    background-image: url(YOURFORUM.COM/FILE.GIF);
    background-repeat: no-repeat;
    background-position: bottom center
    }

    I THINK that will work. That's for bottom center. If you want it for bottom right I think you put bottom right.


Posting Permissions

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