HTML background no repeat?

Logan Knight

New member
Ok, here is what i have so far:

<html>
<head>
<title> LK </title>

<style>
body {background: url(Apage.jpg) #FF0000 no-repeat top left fixed; text-align:center;}
</style>
</head>
<body>
</body>
</html>

My page stays red but no image?! (I chose red as my color code)
Anyone know what I am doing wrong?
 
Back
Top