Win BIG with HabboxStarz!
Show off your musical talent in our old skool singing competition! Big prizes to be won!
HxSS Awards winners and final standings!
It's all done! Click here to see the big big winners from this year's tournament, and the fan favourites for the awards!
Check out HabboxWiki!
The biggest and best archive of all things Habbo - could YOU be our next top editor?


Results 1 to 9 of 9

Thread: simple halp pls

  1. #1
    Join Date
    Sep 2007
    Posts
    1,158
    Tokens
    0

    Latest Awards:

    Default simple halp pls

    how do u stop tiled backgrounds being tiled

    like u just want 1 image

  2. #2
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,131

    Latest Awards:

    Default

    HTML Code:
    background-repeat: no-repeat;

  3. #3
    Join Date
    Oct 2005
    Location
    Corby
    Posts
    5,512
    Tokens
    2,440
    Habbo
    cabbage (origins)

    Latest Awards:

    Default

    css, sumit like:

    body
    {
    background-repeat: no-repeat;
    }
    no

  4. #4
    Join Date
    Sep 2007
    Posts
    1,158
    Tokens
    0

    Latest Awards:

    Default

    cant you do it in html?

    and if not how do you implement that css into html

  5. #5
    Join Date
    Sep 2007
    Posts
    1,158
    Tokens
    0

    Latest Awards:

    Default

    HALPPPPPPPPPPPP

    Edited by opensourcehost (Forum Super Moderator): Please do not multiple post.
    Last edited by Mr.OSH; 05-02-2008 at 08:53 PM.

  6. #6
    Join Date
    Dec 2007
    Posts
    1,683
    Tokens
    0

    Latest Awards:

    Default

    <html>
    <head>
    <title>norepeat bg</title>
    <style type="text/css">
    <!--
    body {background-image: url(images/bg1.gif); background-repeat: no-repeat;}
    /* Setting the body tag with a background-image attribute
    set to background-repeat: no-repeat; will only display the image one time
    (repeat is the default setting) */
    -->
    </style>

    </head>

    <body>
    <center>
    Do you like ham waffles?
    </center>
    </body>
    </html>

  7. #7
    Join Date
    Jan 2008
    Posts
    534
    Tokens
    0

    Default

    Quote Originally Posted by Bibliophobia View Post
    cant you do it in html?

    and if not how do you implement that css into html
    Why double post within 5 mins?
    Jeez..

    Don't cry over it.

  8. #8
    Join Date
    Sep 2007
    Posts
    1,158
    Tokens
    0

    Latest Awards:

    Default

    FANX ALOT xxx

  9. #9
    Join Date
    Nov 2007
    Posts
    753
    Tokens
    0

    Default

    style.css
    body {
    background-image: url('IMAGE URL');
    background-repeat: no-repeat;
    }
    index.html or whatever your page is called
    <head>
    <link rel='stylesheet' href='style.css' />
    </head>
    P.s. you will get alot more help if you spell correctly or at least better
    Publishing free website designs, watch this space!
    Total number of designs published: 0
    Current work in progress: Landscape Design


Posting Permissions

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