Results 1 to 7 of 7

Thread: CSS - +REP!!

  1. #1
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default CSS - +REP!!

    Ok, I need to do more than one thing at a time like this:

    HTML Code:
    body {
            border-top, border-bottom: 1px solid black;
            }
    However that doesn't work?

    drink up this bottle of yeah
    and P A I N T your body on me


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

    Latest Awards:

    Default

    You cant do 2 at a time I think (im not v.gd with CSS).

    Just do:

    Code:
    body {
            border-top: 1px solid black
            border-bottom: 1px solid black;
            }

  3. #3
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default

    Yes I know that but I don't want to type it out twice.

    drink up this bottle of yeah
    and P A I N T your body on me


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

    Latest Awards:

    Default

    Tough luck ;p

  5. #5
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default

    tehe, anyone help? seen it in many layouts

    drink up this bottle of yeah
    and P A I N T your body on me


  6. #6
    Join Date
    Jul 2005
    Location
    Bristol
    Posts
    2,054
    Tokens
    -10

    Latest Awards:

    Default

    Dont be goddamn lazy..

    Just do it how Invent said.

  7. #7
    Join Date
    Oct 2006
    Location
    Northampton
    Posts
    694
    Tokens
    142

    Default

    You seem to be missing the point Sam.
    Good-bye signature, I love <NOT ALLOWED NAME AT ALL> despite the infraction his last name got me.

    Free speech? Not anymore, you gotta' love this forum.

Posting Permissions

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