Scott B
New Member
- Messages
- 844
- Reaction score
- 0
- Points
- 0
Hello everyone.
I am trying to create a web page and I need some help.
On this page I want a repeating x image and a repeating y image for a background. I have this so far:
But with this, only the x image shows. Please help!!!
I am trying to create a web page and I need some help.
On this page I want a repeating x image and a repeating y image for a background. I have this so far:
HTML:
<html>
<head>
<title></title>
<style type="text/css">
body { background-color: black; }
body { background-image: url(http://sbonline.exofire.net/back.jpg);
background-repeat: repeat-x;
body { background-image: url(http://sbonline.exofire.net/cback3.png);
background-repeat: repeat-y;
}
</style>
</head>
<body>
</body>
</html>
But with this, only the x image shows. Please help!!!
Last edited: