Help for this page

Select Code to Download


  1. or download this
    <STYLE type="text/css"><!--
    TD.odd  { background-color: #c0c0c0; }
    TD.even { background-color: #e0e0e0; }
    ...
        </TMPL_IF>
      </TMPL_LOOP>
    </table>
    
  2. or download this
    <TABLE border=0 cellspacing=0 cellpadding=3>
      <TMPL_LOOP name="some_loop">
        <TR>
    ...
        <TR>
      </TMPL_LOOP>
    </table>
    
  3. or download this
    <STYLE type="text/css"><!--
    TD.loop1 { background-color: #c0c0c0; }
    TD.loop  { background-color: #e0e0e0; }
    ...
        <TR>
      </TMPL_LOOP>
    </table>