Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: How do I

  1. #1
    Join Date
    Apr 2008
    Location
    Nottingham
    Posts
    213
    Tokens
    0

    Default How do I

    How do i bring my content so it touches the top of my screen? whats the code

    thanks

  2. #2
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Quote Originally Posted by Liburd View Post
    How do i bring my content so it touches the top of my screen? whats the code

    thanks
    Uhh, I assume you mean this:

    HTML Code:
    <style type="text/css">
    .body {
        margin-top: 0px;
    }
    </style>


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  3. #3
    Join Date
    Mar 2008
    Location
    Swindon, UK
    Posts
    1,274
    Tokens
    187
    Habbo
    :Ltd

    Latest Awards:

    Default

    You could do what the jew said but also
    HTML Code:
    <body topmargin="0">
    using the topmargin attribute setting it to zero, on the body element. You can also use this for a page inside an iframe.
    Last edited by Protege; 06-05-2008 at 06:32 AM.
    Hi, names James. I am a web developer.

  4. #4
    NEW-START Guest

    Default

    Quote Originally Posted by PureG View Post
    You could do what the jew said but also
    HTML Code:
    <body topmargin="0">
    using the topmargin attribute setting it to zero, on the body element. You can also use this for a page inside an iframe.
    CSS M'DEAR!!!!!!!!

  5. #5

    Default

    You don't.

  6. #6
    NEW-START Guest

    Default

    Quote Originally Posted by Jam-ez View Post
    You don't.
    That is not in the slightest bit funny. :rolleyes:

  7. #7
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by NEW-START View Post
    That is not in the slightest bit funny. :rolleyes:
    Rofl, agreed. Useless post by purple guy >=/


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

    Latest Awards:

    Default

    margin:auto; In the body tag.

  9. #9
    Join Date
    Mar 2008
    Location
    Swindon, UK
    Posts
    1,274
    Tokens
    187
    Habbo
    :Ltd

    Latest Awards:

    Default

    You don't have to use CSS to do everything.
    Hi, names James. I am a web developer.

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

    Latest Awards:

    Default

    Quote Originally Posted by PureG View Post
    You don't have to use CSS to do everything.
    It's easier to shove it in the css tho.

Page 1 of 2 12 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
  •