Help for this page

Select Code to Download


  1. or download this
    print header;
    print<<END;
    <html><head>
    <link rel="stylesheet"  href="member_style.css" >
    </head>
    
  2. or download this
    print header;
    print start_html(  -style=>{-src=>'http://localhost/cgi-bin/template/h
    +ardcode/member_style.css'} );
    ...
    print start_html(  -style=>{-src=>'./member_style.css'} );
    
    print start_html(  -style=>{-src=>'member_style.css'} );