View Single Post
  #7  
Old 12-06-2006, 06:51 AM
 
theUKdude theUKdude is offline
 

Member
  
Join Date: Jun 2006
Posts: 16
 

Thumbs up 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">&nbsp;</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
Reply With Quote