|
Copyright © WGB Creations All Rights Reserved.
Do not duplicate, translate, archive, appropriate or redistribute this document.
Translate from english to any Language here:
TRANSLATION
To learn how to make the 3 table background see
Got Graphics
And the code for it is here:
Desiginer Background
This Type of background uses nested tables.
You need 2 plain background Graphics and a Curved design
or what ever kind of design you want. The main image will
be flipped and saved as two different graphics.
The background in the Body tag is the background
you want to flow through the page. The other tile background
goes in the tables tags that matches the other side of
your main graphic.
Starting with the Body tag:
<BODY BACKGROUND="YOUR PAGE BACKGROUND HERE"
TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" LEFTMARGIN="0"
BGCOLOR="#BACKGROUND COLOR" TEXT="#TEXT COLOR"
LINK="#LINK COLOR" VLINK="#V LINK COLOR"
ALINK="A LINK COLOR">
Start the nested Tables here:
<TABLE ALIGN="center" BORDER="0" WIDTH="600" CELLSPACING="0" CELLPADDING="0" BACKGROUND="PAGE BACKGROUND">
<TR>
<TD>
<IMG SRC="TOP BACKGROUND" WIDTH="600" HEIGHT="100" ALT="Top Background">
</TD>
</TR>
<TR>
<TD>
<TABLE ALIGN="center" BORDER="0" WIDTH="600" CELLSPACING="0" CELLPADDING="0" BACKGROUND="MIDDLE BACKGROUND">
<TR>
<TD>
<IMG SRC="MIDDLE BACKGROUND" WIDTH="100" HEIGHT="100" ALT="Middle Background">
</TD>
</TR>
<TR>
<TD>
<-----------------------Put any page Content Here----------------------->
Add in the Bottom Background Here:
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<IMG SRC="BOTTOM BACKGROUND HERE" WIDTH="600" HEIGHT="100" ALT="Bottom Background">
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Make sure in the tables where it asks for Image
Width and Height you put in your exact image width
and height. Can adjust the percent in that table if need be.
EMail me if you have any problems with the code.
HTML ZIP FILE HERE

HTML HELP
::TUTORIALS
|