<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head>
  <title>my site homepage</title>
 </head>
 <body onLoad="javascript:selectit()">
  <table ALIGN="CENTER" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
   <tr VALIGN="TOP">
    <td BGCOLOR="#3061C4">
     <table ALIGN="CENTER" BORDER=0 CELLSPACING="2" CELLPADDING="4" WIDTH="100%">
      <tr VALIGN="TOP">
       <td align=center><font COLOR="#FFC900" size=+3><b>Site Name</b></font></td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <table ALIGN="CENTER" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
   <tr VALIGN="TOP">
    <td>
     <!-- End of Head -->
     <!-- Top Menu Start -->
     <table ALIGN="CENTER" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
      <tr VALIGN="TOP">
       <td BGCOLOR="#3061C4">
        <table ALIGN="CENTER" BORDER=0 CELLSPACING="2" CELLPADDING="4" WIDTH="100%">
         <tr VALIGN="TOP">
          <td width=15% align=center BGCOLOR="#FFC900"><a HREF="#">User Menu</a></td>
          <td width=14% align=center BGCOLOR="#FFC900"><a HREF="#">This</a></td>
          <td width=14% align=center BGCOLOR="#FFC900"><a HREF="#">That</a></td>
          <td width=14% align=center BGCOLOR="#FFC900"><a HREF="#">The Other Thing</a></td>
          <td width=14% align=center BGCOLOR="#FFC900"><a HREF="FAQ.php">FAQ</a></td>
          <td width=14% align=center BGCOLOR="#FFC900"><a href="mailto:admin@thewishzone.com">Email Support</a></td>
          <td width=15% align=center BGCOLOR="#FFC900"><a HREF="Links.php">Links</a></td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
     <!-- Top Menu End -->
     <!-- Left Menu Start -->
     <br style='font-size: 45%'>
     <table ALIGN="LEFT" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
      <tr VALIGN="TOP">
       <td WIDTH="150">
        <table ALIGN="CENTER" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
         <tr VALIGN="TOP">
          <td BGCOLOR="#3061C4">
           <table ALIGN="CENTER" BORDER=0 CELLSPACING="2" CELLPADDING="4" WIDTH="100%">
            <tr>
             <td><font COLOR="#FFC900"><b>Log In</b></font><br>
             </td>
            </tr>
            <tr BGCOLOR="#FFC900">
             <td>
              <script>

 function selectit() {
 document.forms["Login"].elements["UserID"].focus();
 }

              </script>
              <form NAME="Login" ACTION="/Login.php" METHOD="POST">
               <font COLOR="#3061C4">User ID:</font><br>
               <input TYPE="TEXT" SIZE="15" NAME="UserID">
               <br>
               <br>
               <font COLOR="#3061C4">Password:</font><br>
               <input TYPE="PASSWORD" SIZE="15" NAME="Password">
               <br>
               <br>
               <input TYPE="SUBMIT" NAME="SUBMIT" VALUE="Log In">
               <br>
              </form>
              <a HREF="/SendPassword.php">Forgot Password</a><br>
              <br>
              <a HREF="/CreateAccount.php">Create Account</a><br>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
        <br style='font-size: 15%'>
        <table ALIGN="CENTER" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
         <tr VALIGN="TOP">
          <td BGCOLOR="#3061C4">
           <table ALIGN="CENTER" BORDER=0 CELLSPACING="2" CELLPADDING="4" WIDTH="100%">
            <tr>
             <td><font COLOR="#FFC900"><b>Visitor Menu</b></font><br>
             </td>
            </tr>
            <tr BGCOLOR="#FFC900">
             <td><a HREF="#">User Menu</a><br>
              <a HREF="#">This</a><br>
              <a HREF="#">That</a><br>
              <a HREF="#">The Other Thing</a><br>
              <a HREF="FAQ.php">FAQ</a><br>
              <a href="mailto:admin@thewishzone.com">Email Support</a><br>
              <a HREF="Links.php">Links</a><br>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
        <br style='font-size: 45%'>
       </td>
       <td>
        <!-- Left Menu End -->
        <table ALIGN="CENTER" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="98%">
         <tr VALIGN="TOP">
          <td><center>Page Content goes here.<br>
           <br>
           <a href=!phpMySQLSiteOutline.zip>Download this Outline</a><br>
           <br>
           </center>This is not meant to be an html template as much as a template to show how the organization  the page can be done in various php files; config, head, menu, tail. It also has some  common code to use as a quick starting point. Keeping all elements related to the head  tail and menu files makes the site much easier to maintain as well as keeping common  functions, defines, and variables in the config file. As a general rule, if you have to  change the same thing in more than one place, you have not organized it well. </td>
         </tr>
        </table>
        <!-- Right Menu Start -->
       </td>
       <td align=right width=1>
        <!-- right menu stuff would go here -->
       </td>
      </tr>
     </table>
     <br style='font-size: 45%'>
     <!-- Right Menu End -->
     <!-- Start of tail -->
    </td>
   </tr>
  </table>
  <table ALIGN="CENTER" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
   <tr VALIGN="TOP">
    <td BGCOLOR="#3061C4">
     <table ALIGN="CENTER" BORDER=0 CELLSPACING="2" CELLPADDING="4" WIDTH="100%">
      <tr>
       <td><font COLOR="#FFC900"><b>Site tagline here</b></font></td>
       <td ALIGN="RIGHT"><font COLOR="#FFC900"><b>Copyright &copy; 2003-2006 Company Name.</b></font><br>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
 </body>
</html>