Help for this page

Select Code to Download


  1. or download this
    $html .= $cgi->div({-id=>'container'}, 
                        $cgi->img({src=>'images/pic.png', height=>'100px',
    + width=>'150px'}),
    ...
                        $cgi->div(
                        {-id=>'menu_bar'}, 
    # rest of html
    
  2. or download this
    $html .= $cgi->div({-id=>'container'}, 
                        $cgi->img({src=>'images/pic.png', height=>'100px',
    + width=>'150px'}),                    
    ...
                        
                        $cgi->div(
                        {-id=>'menu_bar'},