テーブル組みテンプレート
テーブル組みテンプレート
●2列2行、1列目ヘッド
<table width="500″ border="0″ cellspacing="0″ cellpadding="0″>
<tr>
<th> </th>
<td> </td>
</tr>
<tr>
<th> </th>
<td> </td>
</tr>
</table>
●2列2行、1行目ヘッド
<table width="500″ border="0″ cellspacing="0″ cellpadding="0″>
<tr>
<th> </th>
<th> </th>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
●2列2行、1列目、1行目ヘッド
<table width="500″ border="0″ cellspacing="0″ cellpadding="0″>
<tr>
<th> </th>
<th> </th>
</tr>
<tr>
<th> </th>
<td> </td>
</tr>
</table>
tag:table
こうしておくと、何かと便利かも。