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: - Row 1
danielebarchiesi@0: - Row 2
danielebarchiesi@0: - Row 3
danielebarchiesi@0: - Row 4
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: - Row 1
danielebarchiesi@0: - Row 2
danielebarchiesi@0: - Row 3
danielebarchiesi@0: - Row 4
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.