IE8 adds an extra space after right bracket ] character. How to avoid it ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adiasu
    New Member
    • May 2010
    • 2

    IE8 adds an extra space after right bracket ] character. How to avoid it ?

    The text in my document contains the right bracket character ].
    When the browser displays the text, it seems to add an extra space after the character.

    For example, if I want to display a]A,
    the browser displays it as a] A

    Can any one help me so that I can avoid this extra space.

    ( I think that this problem comes in IE 8 only, not in IE6 etc)

    Thanks
    adiasu
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    Each browser handles your code differently. You probably are going to have to code it differently.

    Comment

    • adiasu
      New Member
      • May 2010
      • 2

      #3
      Originally posted by Stang02GT
      Each browser handles your code differently. You probably are going to have to code it differently.
      Yes, but, How do I code it to remove the space ?

      Comment

      • Stang02GT
        Recognized Expert Top Contributor
        • Jun 2007
        • 1206

        #4
        Post your code so we can take a look at it.

        Comment

        Working...