Help for this page

Select Code to Download


  1. or download this
    <STYLE type="text/css"><!--
    TD.loop1 { background-color: #c0c0c0; }
    ...
        <TR>
      </TMPL_LOOP>
    </table>
    
  2. or download this
    <STYLE type="text/css"><!--
    <TMPL_LOOP name="style_loop">
    TD.<TMPL_VAR name="class"> { background-color: <TMPL_VAR name="color">
    +; }
    --></style>
    
  3. or download this
    my @styles = ( { class => "bg_red",
                     color => "#FF0000" },
    ...
                     color => "#00FF00" },
                   { class => "bg_blue",
                     color => "#0000FF" } );