Here's what a "3 Layer Background"
using "Tables" Looks Like.
You'll need 3 Background Tile Graphics to do this.
Below is the html code to Copy & Paste
into your html editor.
You MUST change the parts that are in red text
to whatever filename or text you need them
to be.
You CAN change the Table's Border Color
and/or Your Page Content's Font Color
by changing the numbers in Blue.
You CAN also change the Width of the Border
by changing the percentage numbers in green
and removing or adding extra <br> tags in
purple.
This text is all on the 3rd Background,
and the background with all the hearts is the "body background".
I hope you and your webpages will benefit from this tutorial. Please email me
if you have any questions. Good Luck and Have Fun!
copy everything between dashed lines ----------------------------- <html> <head> <title>THE
TITLE OF YOUR WEBPAGE GOES HERE</title> </head> <body background="FILENAME
OF BACKGROUND TO FILL WHOLE PAGE"> <br><br><center> <table background="FILENAME
OF 2ND BACKGROUND" width=84% border=1 bordercolor="#000000"
cellpadding=10 cellspacing=0> <tr><td><br><center> <table background="FILENAME
OF 3RD BACKGROUND" width=92% border=1 bordercolor="#000000"
cellpadding=10 cellspacing=0> <tr><td> <center> <br> <font face="COMIC
SANS MS" size=1><font color="#000000">
ALL CONTENTS OF YOUR PAGE THAT WILL BE ON THE 3RD BACKGROUND GOES HERE <br> <br> </td></tr> </table> <br> </td></tr> </table> <br> <br></body> </html> -----------------------------