jackmyers.info

Nested Paragraphs

Before you start the WinZip Self Extractor

Create a text file that contains the message you want to be displayed when the executable starts.

Create a batch file that copies the exercises, and store it in the main folder for the files to be zipped.

Create the zip file.

How to create an executable file

Run the WinZip Self Extractor program and click through the first three dialog boxes.

Enter the name of the zip file in the fourth dialog box.

Click the Next button to test the executable.

STYLE
     *          { font-family: Overlock, sanserif; }
     body       { counter-reset: outer 0; }
     h2         { counter-reset: inner 0;
                  counter-increment: outer 1; }
     p          { counter-increment: inner 1;
                  text-indent: 20px; }
     h2:before  { content: counter(outer) ". "; }
     p:before   { content: counter(inner, lower-alpha) ") "; }