That code is broken somehow. It won't even put the image on my screen this is what I have:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>RIMS</title>
<style type="text/css">
img.bg {
position: fixed;
left: 0;
top: 0;
z-index: -5;
width: 100%;
height: 100%;
</style>
}
</head>
<body>
<img class="bg" src="cover.jpg" alt="Image">
</body>
</html>
I corrected your code and put a closing quote mark after image, but it still does not work
Bookmarks