Help for this page

Select Code to Download


  1. or download this
    <!-- START: [% component.name %] -->
    <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor
    +="222222">
    ...
      </tr>
    </table>
    <!-- END: [% component.name %] -->
    
  2. or download this
    my $template = Template->new({
        PRE_PROCESS  => 'start_tag.tmpl',
        POST_PROCESS => 'end_tag.tmpl',
    };