Hi All,
I am working through a few glitches in a V11 site.
One of them is that the Logout link (when a customer is logged in) has an errant before the link.
This is breaking the layout a touch when looking at the site in IE
This is what the source code is coming out as
In Design / Text / Website / Customer Accounts
I have changed the default text from
%sLogout%s
to remove the <span> tags around the text - but is still putting the before the link as above.
Any clues as to how I can remove this?
Cheers
I am working through a few glitches in a V11 site.
One of them is that the Logout link (when a customer is logged in) has an errant before the link.
This is breaking the layout a touch when looking at the site in IE
This is what the source code is coming out as
Code:
<ul> <li> <a href="http://siteurl.co.uk/cgi-bin/bb000002.pl?ACTION=LOGOUT" target="_self">Logout</a></li> <li><span><a href="http://siyteurl.co.uk/cgi-bin/ma000002.pl?ACTION=SHOWACCOUNT" target="_self">My Account</a> </span></li> </ul>
I have changed the default text from
%sLogout%s
to remove the <span> tags around the text - but is still putting the before the link as above.
Any clues as to how I can remove this?
Cheers
Comment