CS4 this is my Main.css page
@charset "utf-8";
/* CSS Document */
body {
{background-image: url(../Images/Blinds1.png)
{
------------------------------------------------------------------------
I've tried a hundred times.
This image doesn't show in the Index.html page
I've recreated the image url many times. The image is there and the path is correct.
HTML DOCUMENT . . .
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Properties With Style Home Page</title>
<link rel="stylesheet" href="CSS/Main.css" type="text/css" media="screen">
</head>
<body>
<h3>The Sellers Advantage</h3>
</body>
</html>
There is NO CLEAR CUT info on the Internet.
Thanks.
Rick

