Hello im trying to make a website www.halo3-lessons.com, and the backround image isnt working.
this is the image http://www.halo3-lessons.com/Team%20Classi...kground%2D1.jpg
the html i have now is body {
background-color: #000000;
background-image: url(http://www.halo3-lessons.com/Pictures/Background-1.jpg); background-repeat: repeat;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
}
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #333333;
}
a:active {
text-decoration: none;
color: #FF0000;
}
-->
</style>
</head>
Any help is appreciated
