Free Web Hosting | free host | Free Web Space | BlueHost Review

Sunny Rose Computer Training
Background Image Example

The code to make this image appear as a background is:
<"body background="ball1.jpg">
To make the code work you have to remove the
"talking marks" from inside the pointed arrows "<"
It looks like this: 

<body background="ball1.jpg">

The code for the body background needs to be inserted between the two head tags <head> </head>

 

Below is the code that makes this page layout appear as it does:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>Background Image Example</title>
<body background="ball1.jpg">
</head>