This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Ordered List (<ol> tag) - broken numbering

  • 3 การตอบกลับ
  • 1 คนมีปัญหานี้
  • 4 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย TyDraniu

more options

Hi everyone,

I have a strange issue with ordered list and sub ordered list, the numbering is inconsistant.

See pics for version "text" and "html" version.

The sub
    is part of the main
      but not included in the
    1. . Thunderbird do :
        <li>n°1 - main level
             <li>n°2 - main level
        <li>n°3 - main level
          <li>n°1 - second level <li>n°2 - second level
        <li>n°3 - main level (should be n°4) <li>n°4 - main level (should be n°5)
      The correct
        should be :
          <li>n°1 - main level
               <li>n°2 - main level
               <li>n°3 - main level
          
            <li>n°1 - second level <li>n°2 - second level
          <li>n°4 - main level <li>n°5 - main level

        I had to instal a plugin to edit the HTML

        Thanks !

Hi everyone, I have a strange issue with ordered list and sub ordered list, the numbering is inconsistant. See pics for version "text" and "html" version. The sub <ol> is part of the main <ol> but not included in the <li>. Thunderbird do : <ol> <li>n°1 - main level</li> <li>n°2 - main level<br> </li> <li>n°3 - main level'''</li>''' <ol> <li>n°1 - second level</li> <li>n°2 - second level</li> </ol> <li>n°3 - main level (should be n°4)</li> <li>n°4 - main level (should be n°5)</li> </ol> The correct <ol> should be : <ol> <li>n°1 - main level</li> <li>n°2 - main level<br> </li> <li>n°3 - main level <ol> <li>n°1 - second level</li> <li>n°2 - second level</li> </ol> '''</li>''' <li>n°4 - main level</li> <li>n°5 - main level</li> </ol> I had to instal a plugin to edit the HTML Thanks !
ภาพหน้าจอที่แนบมา

การตอบกลับทั้งหมด (3)

more options

That's because internal OL should be inside LI, not outside.

more options

I know, but it like Thunderbird create it. Not really cool... It sound like a bug.

I have to edit the OL myself with a plugin (I'm webdeveloper), when I put the LI closer at the right place, it's ok.

But it should be automatic.

I didn't find a place to report bugs, do you know where I could drop this ?

more options

เปลี่ยนแปลงโดย TyDraniu เมื่อ