Right click on the buttons you would like to save, and then "save as" to your own harddrive.
Click on three backgrounds You need 3 different backgrounds
Scroll down for the code its needed to set up your pages. Cut and paste the code in your html.
This is the code needed to set up your pages. Cut and paste this code.
<html>
<head>
<title>Title of Your Page</title>
</head>
<body background="HERE.JPG">
<br>
<p><center><table width="90%" cellpadding=40 cellspacing=0 border=1 background="HERE.JPG">
<tr>
<td width="100%">
<p><center><table width="100%" border=1 background="HERE.JPG">
<tr>
<td width="100%">Your Content Goes Here
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
</body></html>
|