Showing posts with label numbered lists. Show all posts
Showing posts with label numbered lists. Show all posts

Sunday, August 9, 2009

Create Numbered Lists in Blogger

1. Type the following in a New Post:

<ol>

<li>First point</li>

<li>Second point</li>

<li>Third point</li>

</ol>



2. Publish Post

3. This results in:

  1. First point

  2. Second point

  3. Third point