HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Page 11 of 17 FirstFirst ... 789101112131415 ... LastLast
Results 101 to 110 of 164
  1. #101
    Join Date
    Jan 2006
    Posts
    336
    Tokens
    0

    Default

    My box is aligned to the left of my page instead of the center.

    I've used this as my CSS:

    Code:
    <style type="text/css">
    <!--
    body {
      font-family: Verdana;
      font-size: 10px;
      font-weight: normal;
      color: #000000;
      text-align: center;
      background-color: #ffffff;
      margin-top: 5px;
      margin: auto;
    }
    #container {
      width: 390px;
    }
    #header {
      background: url(header.gif);
      height: 11px;
    }
    #body {
      background: url(body.gif);
    }
    #footer {
      background: url(footer.gif);
      height: 10px;
    }
    -->
    </style>
    Does anyone know why?

  2. #102

    Default

    Sorry - out of edit time
    Also

    If I want to make an entire layout using this, would I just use like
    Code:
    <div align="left" id="container">
    <div id="header"></div>
      <div id="body"><?php include ("test.txt") ?> </div>
      <div id="footer"></div></div>
      <div align="centre" id="main">
      <div id="header"></div>
      <div id="body"><?php include ("test.txt") ?> </div>
      <div id="footer"></div></div>
      <div align="right" id="container2">
      <div id="header"></div>
      <div id="body"><?php include ("test.txt") ?> </div>
      <div id="footer"></div></div>

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

    Latest Awards:

    Default

    Quote Originally Posted by Thai-Man-Land View Post
    My box is aligned to the left of my page instead of the center.

    I've used this as my CSS:

    Code:
    <style type="text/css">
    <!--
    body {
      font-family: Verdana;
      font-size: 10px;
      font-weight: normal;
      color: #000000;
      text-align: center;
      background-color: #ffffff;
      margin-top: 5px;
      margin: auto;
    }
    #container {
      width: 390px;
    }
    #header {
      background: url(header.gif);
      height: 11px;
    }
    #body {
      background: url(body.gif);
    }
    #footer {
      background: url(footer.gif);
      height: 10px;
    }
    -->
    </style>
    Does anyone know why?
    Add the following to your container div:
    Code:
    margin: auto;
    To force it to the centre off the page.

    And for your secound question, yes but there's a bit more to it than that, you'll have to use float tags to position things to left or right off the page .

  4. #104

    Default

    When I get some cash I shall pay you to write me atut on this

  5. #105
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Stepheen View Post
    Nothings your fault, I was talking about the people that don't search before posting a thread. (aka Meti :])


    Maybe not as -ss- but I know for a fact i'm WAYYY better than Meti. Also, i wasn't flaming, i was implying so you're the dong here :]
    Why don't you shut up, acting like you're better than someone proves how crap you are.

    Edited by Meti (Forum Moderator): Please don't be rude.
    Last edited by Meti; 31-10-2008 at 04:34 PM.

  6. #106
    Join Date
    May 2008
    Location
    Birmingham
    Posts
    307
    Tokens
    0

    Default

    Quote Originally Posted by Calon View Post
    Why don't you shut up, acting like you're better than someone proves how crap you are.
    But I am better than Meti. LMAO.

  7. #107
    Join Date
    Apr 2007
    Posts
    2,431
    Tokens
    0

    Latest Awards:

    Default

    I need help

    I can do it fine, but I have a speech bubble, and the bot part is obviously wider, so wot would the code be if the bottom is wider, top and mid are same size

    [X] [X] [X]

  8. #108
    Join Date
    Jan 2008
    Posts
    3,711
    Tokens
    100

    Latest Awards:

    Default

    Quote Originally Posted by Stepheen View Post
    Maybe not as -ss- but I know for a fact i'm WAYYY better than Meti. Also, i wasn't flaming, i was implying so you're the dong here :]
    What can you do that is better than what I do?
    I've never seen designs from you. Never seen codings from you. I've just read how stupid you are, and you're posting pointless on the forum. You can't say that you're better than me, when I've never seen anything from you? :S

    Quote Originally Posted by Stepheen View Post
    But I am better than Meti. LMAO.
    Why won't you show us anything you've done then?

  9. #109
    Join Date
    May 2008
    Posts
    605
    Tokens
    0

    Default

    Quote Originally Posted by Meti View Post
    What can you do that is better than what I do?
    I've never seen designs from you. Never seen codings from you. I've just read how stupid you are, and you're posting pointless on the forum. You can't say that you're better than me, when I've never seen anything from you? :S


    Why won't you show us anything you've done then?
    You can't even position divs so don't talk about whos the better coder when you can only code a banner.

  10. #110
    Join Date
    May 2008
    Location
    Birmingham
    Posts
    307
    Tokens
    0

    Default

    Quote Originally Posted by Meti View Post
    What can you do that is better than what I do?
    I've never seen designs from you. Never seen codings from you. I've just read how stupid you are, and you're posting pointless on the forum. You can't say that you're better than me, when I've never seen anything from you? :S


    Why won't you show us anything you've done then?
    *Removed*


    Edited by ,Jess, (Forum Super Moderator): Please do not be rude or avoid the forum filter.
    Last edited by ,Jess,; 02-09-2008 at 05:38 PM.

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