id summary reporter owner description type status priority milestone component version resolution keywords cc 2346 Numbered list problem Anderson Gomes "Hi, I have been having a bit of a problem in using numbered lists in FCKEditor. I can create multiple lines of text, then select this text and click on numbered list icon on tool bar and convert the text to numbered list. So far so good, every thing appears to work fine. Now if I select the items of the numbered list and change the font, only the font of the text that I had entered changes, but the font of the numbering (1, 2, 3, 4 etc appearing before each list item) stays as earlier. When I looked at the HTML source, I found that the font is getting applied to the content portion only (individually, inside the
  • tag). For example, the source looks like: {{{
    1. This is item number 1
    2. This is item number 2
    3. This is item number 3
    }}} How can I get the font selection to be applied as: {{{
    1. This is item number 1
    2. This is item number 2
    3. This is item number 3
    }}} Thanks, Anderson Gomes" Bug confirmed Normal Core : Lists 3.0 andersongomesu@…