Page 2 of 2 FirstFirst 12
Results 11 to 11 of 11
  1. #11
    Join Date
    Jun 2007
    Posts
    1,757
    Tokens
    105

    Latest Awards:

    Default

    Quote Originally Posted by georgelol View Post
    HTML Code:
    body {
    background: url(images/background1.PNG) ;
    {
    
    
    ^ that should be other way round, }
    Quote Originally Posted by Jack120 View Post
    Found your problem

    Your body was like this:
    body {
    background: url(images/background1.PNG);
    {

    Should be like this:
    body {
    background: url(images/background1.PNG);
    }

    Try this one
    HTML Code:
    <html>
    
    <head>
    
    <style type="text/css">
    
    body {
        background: url(images/background1.PNG);
    }
    
    #top1 {
        background: url(images/top1.PNG);
        width: 905px;
        height: 21px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
    }
    
    </style>
    
    </head>
    
    <body>
    
    <div id="top1"><marquee>Hey there, welcome to the <b>BRAND NEW</b> HABBOFURY.com, Sign into our brand new UserSystem Now! :D. </marquee></div>
    
    </body>
    
    </html>
    ++REP for both of you.

    EDIT: georgelol need to spread
    Last edited by Gangster; 27-05-2008 at 03:00 PM.
    Get back imma let my gat go,
    got a itchy finger... imma leave a fat hole.
    - Giggs :: Ruthless Freestyle

    I owe rep to - .:Jack120:. HabbDance

Page 2 of 2 FirstFirst 12

Posting Permissions

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