 |
My
Labyrinth Page |
CLICK
HERE TO SEE WHAT THE HEADER LOOKS LIKE AT THE TOP OF THE PAGE.
Instructions
(please read carefully)
This header
is in a table which you can insert at the top of your page easily.
All the materials you will need to create this header are below
the instructions.
First, save
the image in the header by right-clicking on it. Make sure you save
it in the same folder as the html file you are creating. Now, copy
the code next to the image and paste it where you want the header
to go (most likely right after the <body> tag). You will probably
want to change the title of the page, and you can do this by changing
one thing in the code. Where it says My
Labyrinth Page, change it to the title of your page,
and be careful not to change anything else in the code. And that's
it!
Save the images
by right clicking on them and saving them into the proper directory
(make sure it is the same directory in which you save the html file
it is going into).
Copy the text
by selecting all of the text and hitting Ctrl-C (Command-C for Mac).
Red
Labyrinth Header
|
|
<table
width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td bgcolor="#B19134" width="228"><img
src="redlabyrinth.gif" width="228" height="60"></td>
<td bgcolor="#904206"> <font size="5"
face="Arial, Helvetica, sans-serif"><b><font
color="#F6A86C">My
Labyrinth Page</font></b></font></td>
</tr>
</table> |
|