Help for this page

Select Code to Download


  1. or download this
    #Find the indext.txt config files 
    #and edit the index.htm files one dir up from the config file
    ...
        print FH $html;
        close FH;
    }
    
  2. or download this
    HTML:
    <!--Class 3 has no text-->
    ...
    <div align="center" class="class1">something</div>
    <div align="center" class="class2">something else</div>
    <div align="center" class="class3"></div>