I decided to go through the order process on an alternative browser. I'd never tried it on Opera before. When I got to the receipt page something looked odd. I repeated the process on IE and Firefox and got the same result. In the header of the form, my company name, address, etc. on the left side is indented to the right and jammed up against the phone, fax, email, etc. on the right side. I've never noticed it before. Does it look this way for everybody? If possible, I would like to get the stuff on the left aligned to the left.
See screen shot....
I believe the problem is in this Act_Order4 code, but I don't what to do to fix it.
<BR>
<TABLE BORDER=0 ALIGN=RIGHT CELLPADDING=2>
<TR>
<TD VALIGN="TOP" CLASS="actxsmall">
NETQUOTEVAR:COMPANYCONTACTNAME
NETQUOTEVAR:COMPANYCONTACTTITLE
NETQUOTEVAR:COMPANYNAME
NETQUOTEVAR:COMPANYSTREETADDRESS1
NETQUOTEVAR:COMPANYSTREETADDRESS2
NETQUOTEVAR:COMPANYSTREETADDRESS3
NETQUOTEVAR:COMPANYSTREETADDRESS4
NETQUOTEVAR:COMPANYPOSTCODE
NETQUOTEVAR:COMPANYCOUNTRY
</TD>
<TD VALIGN="TOP" CLASS="actxsmall">
NETQUOTEVAR:COMPANYPHONE
NETQUOTEVAR:COMPANYFAX
NETQUOTEVAR:COMPANYEMAIL
NETQUOTEVAR:COMPANYURL
</TD>
</TR>
</TABLE>
<BR CLEAR=ALL><BR>
See screen shot....
I believe the problem is in this Act_Order4 code, but I don't what to do to fix it.
<BR>
<TABLE BORDER=0 ALIGN=RIGHT CELLPADDING=2>
<TR>
<TD VALIGN="TOP" CLASS="actxsmall">
NETQUOTEVAR:COMPANYCONTACTNAME
NETQUOTEVAR:COMPANYCONTACTTITLE
NETQUOTEVAR:COMPANYNAME
NETQUOTEVAR:COMPANYSTREETADDRESS1
NETQUOTEVAR:COMPANYSTREETADDRESS2
NETQUOTEVAR:COMPANYSTREETADDRESS3
NETQUOTEVAR:COMPANYSTREETADDRESS4
NETQUOTEVAR:COMPANYPOSTCODE
NETQUOTEVAR:COMPANYCOUNTRY
</TD>
<TD VALIGN="TOP" CLASS="actxsmall">
NETQUOTEVAR:COMPANYPHONE
NETQUOTEVAR:COMPANYFAX
NETQUOTEVAR:COMPANYEMAIL
NETQUOTEVAR:COMPANYURL
</TD>
</TR>
</TABLE>
<BR CLEAR=ALL><BR>
Comment