• I have just put up a background image on my website, though when it repeats there is an odd greyish line when the image repeats and when it crosses over into the color section.

    http://thebrainseed.com/brightleaf/ this is the website in question.

    And this is the code I’ve used for the background:

    body {
    background-color: #000;
    background: #698d69 url(‘BrightLeafBG.jpg’); background-repeat:repeat-x;
    margin: 0 0 0px 0;
    padding: 0;
    }

    So, what have I do wrong? What do I need to change?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Odd Border around my Background Image?’ is closed to new replies.