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!!!HTML Code:<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>


LinkBack URL
About LinkBacks



Reply With Quote

