I copied this from a webpage that says this will add an image to your webpage, but have it appear behind a block of text is by using this handy little piece of CSS. However, it does not work. Please help.
<html>
<head>
<style type="text/css">
img.backone
{
position:absolute;
left:0px;
top:0px;
z-index:-1
}
</style>
</head>
<body>
<img src="knight5a.gif" width="100" height="75" class="backone">
</body>
</html>
<html>
<head>
<style type="text/css">
img.backone
{
position:absolute;
left:0px;
top:0px;
z-index:-1
}
</style>
</head>
<body>
<img src="knight5a.gif" width="100" height="75" class="backone">
</body>
</html>