I'm lazy too...that's kinda why I didn't do it in the first place...
Here are lines 31-35 (basically that particular TR)
CODE
<tr>
<td colspan="2"><div align="right"><font color="#000000" size="3" face="Brush Script MT">City,
State Zip</font></div></td>
<td colspan="3"><font color="#000000" size="3" face="Brush Script MT"><?php echo ("$_POST['city'], $_POST['state'] $_POST['zipcode']"); ?></font></td>
</tr>
Lines 40-45 (again, the table row)
CODE
<tr>
<td width="5%" bgcolor="<? $_POST['frame-type'] ?>"></td>
<td width="5%" bgcolor="<? $_POST['matte'] ?>"></td>
<td width="90%" background="<? $_POST['background'] ?>"><? echo $_POST['name'] ?><br>
<? echo $_POST['type'] ?><br> <? echo $_POST['month']" " $_POST['day']", "$_POST['year'] ?></td>
</tr>
And the final line in question, lines 65-69 (another row...I like tables):
CODE
<tr>
<td colspan="2"><div align="left"><font face="Brush Script MT">
<? if $_POST['method']="Check/Money Order" { echo "Please print out this page and mail it with your payment to:<br>Designs By Diane<br>212 Tantillon Drive<br>Ocean Springs, MS 39564";?>
</font></div></td>
</tr>
If you can solve this...thanks a BUNCH!!!