Announcement

Collapse
No announcement yet.

Removing a pesky  

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Removing a pesky  

    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

    Code:
    <ul>
    
    
    <li>&nbsp;<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>
    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 &nbsp; before the link as above.

    Any clues as to how I can remove this?

    Cheers

    #2
    Maybe hidden in a script if you can't readily see it. Are you sure it's not a space in a layout (compress it all up) rather than a visible &nbsp;

    Just code your own menu if you start pulling your hair out, you already have the format of the link in your post.

    Comment


      #3
      Originally posted by leehack View Post
      Just code your own menu if you start pulling your hair out, you already have the format of the link in your post.
      Now, why didn't I think of that LOL - thanks Lee - that sorted it.

      Comment

      Working...
      X