Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4222597

JEditorKit: <a> tags add extra space

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.1
    • client-libs

      Anchor specifications create white space in adjacent text unless a <p> tag (or equiv.) intervenes. The following file can be used to test.

      <HTML>
      <HEAD>
      <TITLE>
      Test
      </TITLE>
      </HEAD>
      <BODY BGCOLOR="#ffffff">
      <a name="lklkj"></a>
      &lt;- Extra space
      <p>
      <a name="lklkj"></a>
      <p>
      &lt;- no space

      </body>
      </HTML>

            svioletsunw Scott Violet (Inactive)
            lmhoffma Larry Hoffman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: