Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-image: url('paper.gif');
  background-repeat: repeat-x;
}
</style>
</head>
<body>
<p>repeat-x will repeat a background image only horizontally.</p>
</body>
</html>