Help for this page

Select Code to Download


  1. or download this
      $ctr=0;
      while(/(<table>[^\000]*?<\/table>)/){
        $text=$1;
    ...
        s/<table_level1>[^\000]*?<\/table_level1>/$table2$table1/;
      }
      s/(<\/?table)_(level\d|\d)/$1/g;
    
  2. or download this
    <table>
        <tr>
            <td>
    ...
            <td colspan="2">Site : <a href="http://www.yahoo.com" target="
    +_blank">www.yahoo.com</a></td>
        </tr>
    </table>