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!


Page 7 of 17 FirstFirst ... 34567891011 ... LastLast
Results 61 to 70 of 164
  1. #61
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by DriftPanzy View Post
    I use tables a lot but its easier to do a DIV when you look at it, and its more neater.
    Yes but tables are made for tabluar data/information , not for placing images lol .
    Quote Originally Posted by Meti View Post
    I just tried coding by watching this tutorial.. i couldn't

    The images won't show up.

    Can you give me your MSN, so we can talk further?
    Sorry I don't use msn What exactly is the problem though? You sure you entered the correct url for the image?


    Completely random but for people who wanted me to write a full tutorial I started it but won't be finished any time soon due to coursework (Which I should currently be doing) .

  2. #62
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    i tested this.. It actualy works, but there are some spaces between every image.. I can't fix that. here's my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>TEST</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css">
    <!--
    body {
    text-align: center;
    background-color: #FFFFFF;
    margin-top: 5px;
    }
    #container {
    width: 228px;
    margin: auto;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    }
    #top {
    background: url(images/top.png);
    height: 25px;
    }
    #mid {
    background: url(images/middle.png);
    }
    #bot {
    background: url(images/bottom.png);
    height: 13px;
    }
    .style1 {
    color: #000000;
    font-weight: bold;
    }
    .style2 {color: #000000}
    -->
    </style>
    </head>
    <body>
    <div id="container">
    <div id="top"></div>
    <div id="mid">
    <div align="left"></div>
    <div id="bot"></div>
    </div>
    </body>
    </html>
    What's wrong with that?

  3. #63
    NEW-START Guest

    Default

    To be honest, I still think you shouldn't have stickied this and you should have put it in the tutorial section like everybody else.

  4. #64
    Join Date
    Apr 2008
    Location
    England.
    Posts
    1,324
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Meti View Post
    i tested this.. It actualy works, but there are some spaces between every image.. I can't fix that. here's my code:
    What's wrong with that?
    The middle bit isn't repeating?:S

  5. #65
    Join Date
    Mar 2006
    Posts
    121
    Tokens
    0

    Default

    Yeah, I had the same problem.. use this instead of the current mid section in the CSS.

    Code:
     
    #mid {
    background: url(images/middle.png) repeat-y;
    }
    It worked for me, so I'm guessing it will for you.

  6. #66
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Meti View Post
    i tested this.. It actualy works, but there are some spaces between every image.. I can't fix that. here's my code:
    What's wrong with that?
    Hmm have you got an live version off the code with the images to show me what you mean??
    Quote Originally Posted by NEW-START View Post
    To be honest, I still think you shouldn't have stickied this and you should have put it in the tutorial section like everybody else.
    I'm not sure how many times I've already stated this but it wasn't me who stickied the thread, It was forum management who stickied it.

  7. #67
    Join Date
    Mar 2006
    Posts
    121
    Tokens
    0

    Default

    The spaces between the images may be because you might not have changed the image height t the height of your images?

  8. #68
    Join Date
    Mar 2008
    Location
    New Brunswick, Canada
    Posts
    53
    Tokens
    89

    Default

    Quote Originally Posted by --ss-- View Post
    Well the most asked question on the forum is how to code layouts , well in this tutorial I will teach you how to code a basic expanding 'Box' in CSS+Divs .
    For this tutorial you will need to have Microsoft Paint and some web hosting (Localhost is fine)
    ( And all else he said )
    Well, I tried your Tut, PLUS, I went to your page with the lyrics and copied the source directly, because nothing was working for me.
    I used IE, AND I used Firefox, And it just wont work!
    This is what I get :


    Can someone message me with what I'm doing wrong, or what I forgot, or anything?
    All my files are saved in gif.. I've also tried png. But it's still not working..

    ( Just for reference.. I didn't cut the bottom off when I posted the pic, it turned out that way. )
    Last edited by DannLea; 10-05-2008 at 01:58 PM.

  9. #69
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by DannLea View Post
    Well, I tried your Tut, PLUS, I went to your page with the lyrics and copied the source directly, because nothing was working for me.
    I used IE, AND I used Firefox, And it just wont work!
    This is what I get :


    Can someone message me with what I'm doing wrong, or what I forgot, or anything?
    All my files are saved in gif.. I've also tried png. But it's still not working..

    ( Just for reference.. I didn't cut the bottom off when I posted the pic, it turned out that way. )
    You have to change the width atributes I put in the CSS for my page to the attributes off your image lol .

  10. #70
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    and to add to what SS has said, if you shove background-repeat: no-repeat; in the CSS divs it shoudlnt happen?

    havnt coded for about a month or two so i think its that

Page 7 of 17 FirstFirst ... 34567891011 ... 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
  •