I DO NOT want to do this in CSS. I have my reasons. I have tried everything.. Here is my code so far.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>New Web Project</title>
<body background="file:///C|/MSDI/ca.jpg" leftmargin="100" marginwidth="100" rightmargin="100">
</head>
<body>
<body bgcolor="#123456">
<body background="ca.jpg"></body>
<h1>New Web Project Page</h1>
<hr size="2" width="85%" noshade>
</body>
</html>
How can I get an background image in here?!?!?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>New Web Project</title>
<body background="file:///C|/MSDI/ca.jpg" leftmargin="100" marginwidth="100" rightmargin="100">
</head>
<body>
<body bgcolor="#123456">
<body background="ca.jpg"></body>
<h1>New Web Project Page</h1>
<hr size="2" width="85%" noshade>
</body>
</html>
How can I get an background image in here?!?!?