PPWIZARD Manual
[Bottom][Contents][Search][Prev]: <$Red>[Next]: <$LI> - List Item

Lists

The following tags are used to handle different types of lists:

EXAMPLE - Source

This example does some simple formatting:

<$p>Things to do<$Colon>
<$OrdListCompact>
   <$li>Make Perfect.
   <$li>Make sure all bugs removed.
   <$li>Finish doco.
   <$li>I'll never get here!
<$eOrdListCompact>

<$p>The parameters are<$Colon>
<$UnNumberedList>
   <$li><$Bold Text="TEXT">
        <$br>
        This is the text that the user will click on.

   <$li><$Bold Text="TARGET">
        <$br>
        You use this optional parameter to refer to a target.
<$eUnNumberedList>

EXAMPLE - Generated Output

Things to do:

  1. Make Perfect.
  2. Make sure all bugs removed.
  3. Finish doco.
  4. I'll never get here!

The parameters are:


[Top][Contents][Search][Prev]: <$Red>[Next]: <$LI> - List Item

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am