|

You've picked out your
background, but you have no clue
how to add it to your page. Here's how!

Say this is
the background you want. It is called wahine15.gif. You have to do 2
things:
1. Cut and paste
the following code into your html. The first thing on anyone's page is the
<html> line. Right after that is the section called <head> The
background command goes right after the <head> section ends. How do you know
where that is? This command means that the head is done: </head> So the
background command goes right after it, like this:
<html>
<head>
<title>The
title of your page will be here!!</title>
</head>
<body background="wahine15.gif">
If you
put your images into a separate directory called "images," add
the word "images," like this:
<html>
<head>
<title>The
title of your page will be here!!</title>
</head>
<body background="images/wahine15.gif">
2. You have to upload
the background image into your own directory. Upload it the way you would any other
image.
For
another great tool to help you select backgrounds, check out the Colormaker!
|