Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

how do i create a numbered list in an email

  • 5 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 10 προβολές
  • Τελευταία απάντηση από 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

Επιλεγμένη λύση

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.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (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

Τροποποιήθηκε στις από το χρήστη 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

Επιλεγμένη λύση

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.

Τροποποιήθηκε στις από το χρήστη Onno Ekker