Help for this page

Select Code to Download


  1. or download this
    P {
      align: left;
      font-family: sans;
      font-size: 12pt;
    }
    
  2. or download this
    TD {
      text-align: left;
    ...
      text-align: left;
      width: 80%;
    }
    
  3. or download this
    P, TD {
      text-align: left;
    ...
    P {
      width: 80%;
    }
    
  4. or download this
    #!/usr/bin/perl 
    use CSS;
    ...
        return $output;
    }