Search Support

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.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

how do i create a numbered list in an email

  • 5 antwoorde
  • 1 het hierdie probleem
  • 10 views
  • Laaste antwoord deur Onno Ekker

more options

i want to create a list within an email that looks like this:

1) item 1

    a) sub item 1
    b) sub item 2

2) etc

i want to create a list within an email that looks like this: 1) item 1 a) sub item 1 b) sub item 2 2) etc

Gekose oplossing

You can change the properties of the ordered list by viewing the HTML and using the Advanced button, but you'll have to do it every time for the second level. Just add an attribute called 'type' with the value 'a' to the properties of the ol-tag.

Lees dié antwoord in konteks 👍 0

All Replies (5)

more options

use the numbered list button.

if you want part of it a sub list highlight it and increase the indent level that is the buttons with the left and right arrows in the indented text on them

Gewysig op deur Matt

more options

i want to configure a list as follows within the email

1. high level

     a.  second level

2. high level #2

I can only have this: 1. High level

     1. second level

2. high level 2


i dont want a number of my second level, i want a letter (a).

more options

You'll have to type it in by hand then. Thunderbird offers bullets or simple numbers. Nothing else.

You could probably do the formatting in another program and copy it over into your email message. I would be very cautious about using Word; it will add an awful lot of useless extraneous code and probably mess up some other formatting. LibreOffice Writer makes a cleaner job of it.

This is email, not word processing. My advice to myself is KISS.

more options

looking to customize and configure the list properties so there can be sub numbers as mentioned above.

1. high level number

     a.  second level number
     b.  second level number

2. high level number 2

     a.  second level number
     b.  second level number
more options

Gekose oplossing

You can change the properties of the ordered list by viewing the HTML and using the Advanced button, but you'll have to do it every time for the second level. Just add an attribute called 'type' with the value 'a' to the properties of the ol-tag.

Gewysig op deur Onno Ekker