danielebarchiesi@0: The List view style will display every row of the view as part of an HTML list construct. For example: danielebarchiesi@0: danielebarchiesi@0: danielebarchiesi@0: You may select whether or not the list is ordered which just means whether or not it uses numbers instead of the bullet: danielebarchiesi@0: danielebarchiesi@0:
    danielebarchiesi@0:
  1. Row 1
  2. danielebarchiesi@0:
  3. Row 2
  4. danielebarchiesi@0:
  5. Row 3
  6. danielebarchiesi@0:
  7. Row 4
  8. danielebarchiesi@0:
danielebarchiesi@0: danielebarchiesi@0: The list style also uses a row style which means that it doesn't care what the actual output for each row of the view is. danielebarchiesi@0: danielebarchiesi@0: If you need information about using CSS to style list views, you may find this A list apart guide to styling lists useful.