ページの余白を指定する
サンプルソース
|
<body topmargin="10px" bottommargin="10px" leftmargin="10px" rightmargin="10px"> </body> |
解説
<body topmargin="サイズ" bottommargin="サイズ" leftmargin="サイズ" rightmargin="サイズ">
・・・ページの余白を指定します。
関連する内容
| スポンサードリンク | |
|
<body topmargin="10px" bottommargin="10px" leftmargin="10px" rightmargin="10px"> </body> |
| スポンサードリンク | |