【一】
代碼:<table width="500" border="6" cellpadding="1" cellspacing="3" bordercolor="#ff0000"> <tbody> <tr> <td>1</td> <td>1</td> <td>1</td> </tr>
<tr> <td>1</td> <td>1</td> <td>1</td> </tr>
<tr> <td>1</td> <td>1</td> <td>1</td> </tr>
</tbody></table>
【二】
<tbody><tr bgcolor="#cccccc">
<td width="50%" bgcolor="#FF9966">1</td>
<td width="50%" bgcolor="#FF9966"><font color="#ff0000" face="隸書">1</font></td> </tr>
<tr bgcolor="#cccccc">
<td bgcolor="#FF9966"><font color="#ff0000" face="隸書">1</font></td>
<td bgcolor="#FF9966"><font color="#ff0000" face="隸書">1</font></td> </tr>
</tbody></table>
【三】
<tr> <td>1</td> <td>1</td> <td>1</td><td>1</td> </tr>
<tr> <td>1</td> <td>1</td> <td>1</td><td>1</td> </tr>
</tbody></table>
【四】
<tr> <td width="102" style="border-right-style:none">隱藏右邊框</td>
<td width="119" style="border-left-style:none">隱藏左邊框</td>
</tr> <tr> <td style="border-top-style:none">隱藏上邊框</td>
<td style="border-bottom-style:none">隱藏下邊框</td> </tr>
</tbody></table>
【五】
代碼:<table height="48" cellspacing="6" bordercolordark="#ff0000" cellpadding="3" width="500" align="left" bordercolorlight="#ff0000" border="1"> <tbody> <tr> </tr>
<tr align="center">
<td bordercolorlight="#FF9966" width="178" bgcolor="#FF9966" bordercolordark="#eeeeee" height="24">寫入字</td>
<td bordercolorlight="#FF9966" width="181" bgcolor="#FF6666" bordercolordark="#eeeeee"> </td> </tr>
<tr align="center">
<td bordercolorlight="#FF9966" bgcolor="#6699FF" bordercolordark="#eeeeee" height="24"> 寫入字</td> <td bordercolorlight="#FF9966" bgcolor="#33CC33" bordercolordark="#eeeeee"> </td> </tr>
</tbody> </table>
【六】 實線 代碼: <DIV style="BORDER-RIGHT: #ff4500 4px solid; BORDER-TOP: #ff4500 4px solid; BORDER-LEFT: #ff4500 4px solid; BORDER-BOTTOM: #ff4500 4px solid; BACKGROUND-COLOR: #ffdead">實線</DIV>
【七】
<tbody>
<tr align="middle">
<td style="BORDER-RIGHT: rgb(30,0,50) 3px dotted; BORDER-TOP: rgb(30,0,50) 3px dotted; BORDER-LEFT: rgb(30,0,50) 3px dotted; BORDER-BOTTOM: rgb(30,0,50) 3px dotted">文字</td>
<td style="BORDER-RIGHT: rgb(30,0,50) 3px dotted; BORDER-TOP: rgb(30,0,50) 3px dotted; BORDER-BOTTOM: rgb(30,0,50) 3px dotted">文字</td></tr>
<tr align="middle">
<td style="BORDER-RIGHT: rgb(30,0,50) 3px dotted; BORDER-TOP: rgb(30,0,50) 0px dotted; BORDER-LEFT: rgb(30,0,50) 3px dotted; BORDER-BOTTOM: rgb(30,0,50) 3px dotted">文字</td>
<td style="BORDER-RIGHT: rgb(30,0,50) 3px dotted; BORDER-TOP: rgb(30,0,50) 0px dotted; BORDER-BOTTOM: rgb(30,0,50) 3px dotted">文字</td></tr>
</tbody></table>
|
|