Creating lists in WordPress in HTML

  • Unknown's avatar

    I have some problems creating lists in html in my WordPress website. One of these is that the use of the usual codes for ordered numbered lists sometimes results in the items being assigned capital letters instead of numbers (A, B, C, D, E, etc. instead of 1, 2, 3, 4, etc.). I used the following codes: <ol type=”1″>

  • ,

  • ….
  • , etc. .

    How do I resolve this problem?