Not quite sure what you mean.
repeat-x will repeat the image
horizontally, but if the image is shorter than the page, you'll get a gap below the image.
repeat will repeat the image both horizontally and vertically, but if your image is not tileable, you'll get an obvious join.
CSS Background-repeat Property
Sorry if I've misunderstood your question.