代
1 2
3 function do_html_header($title)
4 {
5 // HTML ヘッダーを印刷
6 ?>
7
8
9
10 <スタイル>
11 body { font-family: Arial、Helvetica、sans-serif; font-size: 13px }
12 li, td { font-family: Arial, Helvetica, sans-serif; font-size: 13px }
13 hr { color: #3333cc; 幅=300; text-align=left}
14 a { color: #000000 }
15
16
17
18
19 align=left valign=bottom height = 55 width = 57 />
20
PHPブックマーク
21
22 23 if($title)
24 do_html_Heading($title);
25 }
26
27 function do_html_footer()
28 {
29 // HTML フッターを印刷
30 ?>
31