Currently Being Moderated

Creating Lists

VERSION 5

Created on: Oct 23, 2007 12:55 PM by Curl Education - Last Modified:  Jun 16, 2009 7:42 PM by Administrator

It is common in textual content to have lists of subelements. Curl provides several text formats for that purpose. The Curl methods described are similar to HTML lists.

 

Bulleted Lists An unordered list is useful when you want to display items that are in no particular order, such as a list of products or Web sites.

 

  • Create an unordered list using itemize

  • Specify items contained within the list

 

Numbered Lists An ordered list is useful when you want to display content that are in a specific order, such as product installation steps.

 

  • Create an ordered list using enumerate

  • Specify items contained within the list

 

We can also specify lists within lists. In these cases the item indentation depends on nesting level.

 

Tip: Both enumerate and itemize are special paragraph formats. Therefore, you can set character and paragraph options on them. Keep in mind that character options are nonlocal, and paragraph options are local. You can refer to the Curl Cue http://developers.curl.com/docs/DOC-1114 for more information on character and paragraph options.

Average User Rating
(0 ratings)




There are no comments on this document

More Like This

  • Retrieving data ...

Incoming Links