First off, you should try and sort out the code and make it neater. Use this:
Code:
<?php
include ('Tops of pages.htm');
?>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<!-- Style has been written inline to make the code a lot shorter -->
<style>
body {
background-properties: fixed;
background-image: Background%20color.gif;
font-family: Times New Roman;
color: #336666;
font-size: 5;
}
a:link, a:visited, a:active {
color: #336666;
text-decoration: none;
}
a:hover {
color: #000;
}
</style>
<title>Newsletter</title>
</head>
<body>
<br />
<div align="center">
<i><strong>Newsletter</strong></i>
<p>
<font size="4" color="#000">
Please help us try to cut down our costs! <br />
You can do this by filling out the form below.<br />
By filling out this form with your email address, you are agreeing to <br />
receive the monthly newsletter by email instead of standard mail.<br />
An additional form is below to sign up for the <br />
monthly newsletter by standard mail.<br />
</font>
<font size="4">
<a href="July_2007_newsletter.pdf">
Click here for the current newsletter.</a> <br />
<br />
<br />
<strong>Monthly Newsletter by Email</strong><br />
<br />
<FORM METHOD="POST" ACTION="month_letter_email.php">
<TABLE>
<TR>
<TD ALIGN="right">
<p align="center"><strong>
<EM><font size="4" face="Times New Roman">Name</font></EM></strong></TD>
<TD>
<p align="center"><font face="Times New Roman" size="4"><i>
<INPUT TYPE=TEXT NAME="Contact_FullName" SIZE=35> </i></font>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong><EM><font size="4" face="Times New Roman">E-mail</font></EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_Email" SIZE=25>
</TD>
</TR>
</TABLE>
<i>
<INPUT TYPE=SUBMIT VALUE="Submit Form">
<INPUT TYPE=RESET VALUE="Reset Form"> </i>
</FORM>
<strong>Monthly Newsletter by Regular Mail</strong><br />
<br />
<FORM METHOD="POST" ACTION="month_letter_reg_mail.php">
<TABLE>
<TR>
<TD ALIGN="right">
<strong>
<EM>Name</EM></strong></TD>
<TD>
<p align="center">
<INPUT TYPE=TEXT NAME="Contact_FullName" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong><EM>Title</EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_Title" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong><EM>Street Address</EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_StreetAddress" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong><EM>Address (cont.)</EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_Address2" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong><EM>City</EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_City" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong><EM>State/Province</EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_State" SIZE=35>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong><EM>Zip/Postal Code</EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_ZipCode" SIZE=12 MAXLENGTH=12>
</TD>
</TR>
<TR>
<TD ALIGN="right">
<strong>
<EM>Country</EM></strong></TD>
<TD>
<INPUT TYPE=TEXT NAME="Contact_Country" SIZE=25>
</TD>
</TR>
</TABLE>
<INPUT TYPE=SUBMIT VALUE="Submit Form">
<INPUT TYPE=RESET VALUE="Reset Form">
</FORM>
<HR>
</div>
</body>
</html>
The code re-written here, should in theory provide exactly the same page but, the code will be a lot more neater.
The code for the mail forms should be contained within two different PHP files.
Note: The names of these files are contained within the script itself. just look for the action part of the form start.
In order to get the forms to work, you simply have to look for different tutorials on the internet.
There are plenty of them out there.
One tutorial website to choose is:
http://tutorialized.com
Hope this helps you out!
Regards,
Zenax
P.S If you have any problems do not hesitate to contact me!