|
Cut and paste the following code to create a simple 2 column layout, similar to the layout of this page. It would be tactful, however, if you changed the colors. :)
<HTML><HEAD>
<TITLE>Title Goes Here</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<TABLE BORDER="1" CELLPADDING="5" VALIGN="TOP">
<TR>
<TD WIDTH="120" BGCOLOR="#339966" VALIGN="TOP">
<FONT SIZE="+2">Left Column Header</FONT>
<P>
<TD VALIGN="TOP">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" VALIGN="MIDDLE">
<TR><TD BGCOLOR="#003366">
<FONT SIZE="+3" COLOR="white"><B>Main Column Header</B></FONT>
</TR>
<TR><TD>
Content goes here.
</TR>
<TR><TD BGCOLOR="#003366">
<FONT SIZE="+3" COLOR="white"><BR></FONT>
</TR>
<TR><TD>
<FONT SIZE="-2"> This site created and maintained by <A HREF="mailto:yourname@amphi.com">(your name here)</A> for the <A HREF="http://www.amphi.com">Amphitheater School District</A> and is intended for the use of the employees and students of the Amphitheater School District. © 2000 by the Amphitheater School District.</FONT>
</TR>
</TABLE>
</TR>
</TABLE>
</BODY>
</HTML>
|