Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Jul 2007
    Location
    Scotland
    Posts
    529
    Tokens
    0

    Default

    Yes there is?

  2. #12
    Join Date
    Dec 2006
    Posts
    521
    Tokens
    0

    Default

    Code:
     			 				background-color: #FFFFFF;
    background-image: url(images/main_bg.gif);
    background-position: center;
    background-repeat: repeat-y;
    height: 100%;
    >

    Code:
    background: #FFFFFF url(images/main_bg.gif); repeat-y center;height:100%

  3. #13
    Join Date
    Jul 2005
    Posts
    1,653
    Tokens
    50

    Latest Awards:

    Default

    Code:
    background: #FFFFFF url(images/main_bg.gif); repeat-y center;height:100%
    >

    Code:
    background: #fff url(images/main_bg.gif); repeat-y center; height:100%

  4. #14
    Join Date
    Dec 2006
    Posts
    521
    Tokens
    0

    Default

    You didnt even notice my code was wrong ROFL

    background: #FFFFFF url(images/main_bg.gif); repeat-y center;height:100%

    >

    Code:
     background: #FFFFFF url(images/main_bg.gif) repeat-y center;height:100%

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
  •