WebSnap講座
第1回
第2回
第3回
第4回
第5回
第4回 Grid画面のデザイン変更
14/16
14/16
画面デザインの修正
次にUnit4.htmlを修正します。<body>の下に下記のコードを追加します。
<table width="331" border="0" cellspacing="0" cellpadding="0" height="35">
<tr>
<td align="center" height="24" bgcolor="#CCCCFF">
<font size="5"><b>WebSnapサンプルプログラム</b></font>
</td>
</tr>
</table>
<hr>
14/16