Please take a look at http://www.neamp.org/churches1.asp. I am not happy with how far both Mailing Address and Physical Address are from each other.
I want it to look something like:
|
Mailing Address Physical Address |
|
P.O. Box ….. ………………… |
|
…………………. ……………….. |
I am not sure why there is so much space between the Mailing Address and Mailing Address. I'll let you see the code for this part below. Please especially look at the bolded text.
<Table width="75%">
<TR>
<TD><STRONG><font size=4><%= rs("ChurchsName") %> </font></STRONG></TD>
</TR>
<TR><TD><IMG alt="" src="addresses.gif" border=0></TD></TR>
<TR> <TD><STRONG><font color=#330099>Mailing Address</font></STRONG></TD>
<TD><STRONG><font color=#330099>Physical Address</font></STRONG></TD>
</TR>
<TR> <TD><STRONG><%=rs("Address")%></STRONG& gt;</TD>
<TD><STRONG><%=rs("Address2")%></STRONG ></TD>
</TR>
<TR> <TD><STRONG><%=rs("City")%>, < %=rs("State")%> <%=rs("Zip")%></STRONG></TD>
<TD><STRONG><