テーブル3 かえるくんとお天気のテーブル
白or白っぽい背景用に透過しています
こんな風にするも良し↓
ここに文字を書きます。 |
<table border="0" cellpadding="10" cellspacing="0" width="350">
<tr height="35">
<td background="画像のURL" height="35">
</td>
</tr>
<tr>
<td bgcolor="#66cc66">
<font color="white">ここに文字を書きます。</font>
</td>
</tr>
</table>
<tr height="35">
<td background="画像のURL" height="35">
</td>
</tr>
<tr>
<td bgcolor="#66cc66">
<font color="white">ここに文字を書きます。</font>
</td>
</tr>
</table>
こんな風にするも良し↓
××××年××月××日×曜日 |
ここに文字を書きます。 |
<table border="0" cellpadding="3" cellspacing="0" width="350">
<tr height="35">
<td background="画像のURL" height="35">
</td>
</tr>
<tr>
<td bgcolor="#66cc66">
<font color="white">××××年××月××日×曜日</font><
</td>
</tr>
<tr>
<td>
ここに文字を書きます。
</td>
</tr>
</table>
<tr height="35">
<td background="画像のURL" height="35">
</td>
</tr>
<tr>
<td bgcolor="#66cc66">
<font color="white">××××年××月××日×曜日</font><
</td>
</tr>
<tr>
<td>
ここに文字を書きます。
</td>
</tr>
</table>