ハボボックスにも使えるようなtable作ってみました。
・・もちろん、それ以外の用途にも使えると思います。(^^ゞ



クリックすると背景色がかわります

オーソドックスな感じです。
A B C
D A〜H
これら8つの画像を
使用しています

それぞれを
ダウンロードして
↓のソースに使ってね
E
F G H

ソースは必ず自分のメモ帳などに貼り付けてから、使ってね♪



<TABLE cellpadding="0" cellspacing="0" width="167" height="231">
<TBODY>
<TR>
<TD width="20" height="16"><IMG src="
Aの画像のファイル名前" width="20" height="16" border="0"></TD>
<TD width="127" height="16"><IMG src="
Bの画像のファイル名前" width="127" height="16" border="0"></TD>
<TD width="20" height="16"><IMG src="
Cの画像のファイル名前" width="20" height="16" border="0"></TD>
</TR>
<TR>
<TD width="20" height="199"><IMG src="
Dの画像のファイル名前" width="20" height="199" border="0"></TD>
<TD><IMG src="about-eat_habo1.gif" width="127" height="197" border="0"></TD>
<TD width="20" height="199"><IMG src="
Eの画像のファイル名前" width="20" height="199" border="0"></TD>
</TR>
<TR>
<TD width="20" height="16"><IMG src="
Fの画像のファイル名前" width="20" height="16" border="0"></TD>
<TD width="127" height="16"><IMG src="
Gの画像のファイル名前" width="127" height="16" border="0"></TD>
<TD width="20" height="16"><IMG src="
Hの画像のファイル名前" width="20" height="16" border="0"></TD>
</TR>
</TBODY>
</TABLE>





ほんわか系でかわいいかな??
3つのセルで構成されているテーブルで。

A


B

A・Bの画像をDLして使ってね
左のパターン違い。

<TABLE width="191" cellpadding="0" height="292" cellspacing="0">
<TBODY>
<TR>
<TD width="191" height="43"><IMG src="
Aの画像のファイル名前" width="191" height="43" border="0"></TD>
</TR>
<TR>
<TD width="127" height="201" align="center" bgcolor="#ffffff"><IMG src="about-taiwa_habo2.gif" width="127" height="201"</TD> border="0">
</TR>
<TR>
<TD width="191" height="48"><IMG src="
Bの画像のファイル名前" width="191" height="48" border="0"></TD>
</TR>
</TBODY>
</TABLE>