help changing website background design code-anyone?

Discussion in 'Programming' started by koderius, Feb 14, 2011.

  1. #1
    hi there

    i want to change the background of my site :
    http://buckjobs.com

    from the repeating strip it has now (in lue)
    to a solid and wide jpeg.

    should i dissmiss or delete this entire line :
    #bg {

    background: #98BED6 url('../images/style1/corporation_bg.png') repeat-x 0 0;

    color: #3366FF;


    or should i modify the repeat terms ?
    :eek:

    thanks
     
    koderius, Feb 14, 2011 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You would need to edit the Background line depending on what colour, image and repeat you want with the new image
     
    AstarothSolutions, Feb 14, 2011 IP
  3. koderius

    koderius Well-Known Member

    Messages:
    213
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    148
    #3
    hi
    thanks for our replay.

    I dont want a repeating image i want a fixed jpeg.

    :(
     
    koderius, Feb 15, 2011 IP
  4. koderius

    koderius Well-Known Member

    Messages:
    213
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    148
    #4
    our= your
    hehe:)
     
    koderius, Feb 15, 2011 IP
  5. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Then you replace the "repeat-x" with "no-repeat" (as well as changing the image file and colour and any other aspect)
     
    AstarothSolutions, Feb 15, 2011 IP
  6. koderius

    koderius Well-Known Member

    Messages:
    213
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    148
    #6
    thanks ashtaroth !
     
    koderius, Feb 15, 2011 IP