menu
Step1
step2
step3
step4
step5
step5
note

DreamweaverとMysqlで作るWEB System

+note:追加テクニック

★:画面の中央表示のCSS 

☆CSSで body { margin:0px; /* ページ全体のmargin */ padding:0px; /* ページ全体のpadding */ text-align:center; /* 下記のautoに未対応用のセンタリング */ } #main { margin-left:auto; /* 左側マージンを自動的に空ける */ margin-right:auto; /* 右側マージンを自動的に空ける */ text-align:left; /* 中身を左側表示に戻す */ width:650px; /* 幅を決定する */ }