xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background-image:url('/statics/images/course/paper.gif');
background-repeat:repeat-x;
}
</style>
</head>
<body>
<p>repeat-x will repeat a background image only horizontally.</p>
</body>
</html>