Re: Strange Underlining On Fast Lane Checkout
Ok, found it.
It is the anchor towrds the bottom of "/modules/Fast_Lane_Checkout/checkout_0_enter.tpl". It has been self-closed, but anchors should not be self-closed, as far as I'm aware.
Change:
<a name="regdlg" />
to
<a name="regdlg"> </a>
as I've also read somewhere that IE7 doesn't like empty anchors.
Job done.
__________________
theUKdude
X-Cart Gold - 4.1.9
Apache 2.2.10
MySQL 5.0.67
PHP 5.2.9
|