I just noticed that there's a small problem. Please look at the home button at both http://www.neamp.org/calendar1.asp and http://www.neamp.org/calendar.asp. The date is displayed on the right side of the masthead on calendar.asp. It caused the home button to have more space above it. I don't want it to be that way. How do I fix this problem?
Let me give you the code for both pages:
calendar1.asp - <table width="762" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="762" height="151" valign="top"><img src="NeampLogo.gif" width="760" height="151"></td>
</tr>
</table>
calendar.asp -
<table width="762" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="762" height="151" valign="top"><img src="NeampLogo.gif" alt="Northeast Area Missions Program Serving Enon, Liberty, Rabun County, and Habersham Baptist Associations in Georgia" width="760" height="151">
<div id="logotext"> <%= MonthName(Month(Date)) & " " & Day(Date) & ", " & Year(Date) %>
</div></td>
</tr>
</table>