れびうぶろぐ @楽天ブログ

れびうぶろぐ @楽天ブログ

テーブルタグその5


8. テーブルタグその5

01. テキスト、フォント関係 02. 画像の貼り方 03. リンクの貼り方 04. テーブルタグその1
06. テーブルタグその3 07. テーブルタグその4 08. テーブルタグその5
10. テンプレの作り方 11. テンプレの作り方-日記編 12. その他のタグ


テーブルの背景に色を付ける
<table border="1" bgcolor=" 背景色 ">

<tr>
<td>表示する文字など</td>
</tr>

</table>
試しに#ffaaaa(少し薄目の赤)を入れてみます。
表示する文字など



テーブルのセルごとに背景色を付ける
<table border="1">

<tr>
<td bgcolor=" 背景色 ">表示する文字など1</td>
<td bgcolor=" 背景色 ">表示する文字など2</td>
</tr>

</table>
試しに#ffaaaaと#aaaaffを入れてみます。
表示する文字など1
表示する文字など2



テーブルに背景画像を使う
<table border="1" background=" 画像のURL ">

<tr>
<td width="100" height="100">表示する文字など</td>
</tr>

</table>
画像のURLはhttp://からgifやjpgなどの拡張子までの部分を入力してください。
表示する文字など



テーブルのセルごとに背景画像を使う
<table border="1">

<tr>
<td width="100" height="100" background=" 画像のURL ">表示する文字など1</td>
<td width="100" height="100" background=" 画像のURL ">表示する文字など2</td>
</tr>

</table>
画像のURLはhttp://からgifやjpgなどの拡張子までの部分を入力してください。
表示する文字など1
表示する文字など2




© Rakuten Group, Inc.
X
Design a Mobile Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: