各种表格样式代码
隐藏横向的分隔线:
<table border rules=cols cellspacing=0 align=left> 
 
  例一:
 
 
 
 
html表格内外边框颜
 
 
 
 
 

隐藏纵向的分隔线
<table border rules=rows cellspacing=0 align=right>

例二:
 
 
 
 
 
 
 
 
 

隐藏横向和纵向分隔线
<table border rules=none cellspacing=0 align=center>

例三:
 
 
 
 
 
 
 
 
 


表格边框连续闪烁
BODY区加上代码:
<table border="0" width="280" id="myexample"
>
<tr>
<td>加入任意物件.加入任意物件.
<br>加入任意物件.加入任意物件.
<br>加入任意物件.加入任意物件.</td>
</tr>
</table>
<script language="javascript1.2">
<!--
function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="yellow")
myexample.style.borderColor="lime"
else
myexample.style.borderColor="yellow"
}
setInterval("flashit()", 500)
//-->
</script>
<language=javascript1.2>
 
 
 
 
 
 
 
 
 

表格分行下载(内容很大、比较实用)
在需要分行下载处加上 <tbody >,例:
<table >
<tbody >
<tr >
<td >麦迪天神1</td >
</tr >
<tr >
<td >麦迪天神2</td >
</tr >
</tbody >
<tbody >
<tr >
<td >麦迪天神3</td >
</tr >
<tr >
<td>麦迪天神4</td >
</tr >
</tbody >
</table >
普通表格 <table border="1" width="220" rtcscls-2-s_r_0 rtcscls-2-r_0">11; top: 11" height="26" >
<tr><td width="100%">普通表格</td></tr></table>
 
普通表格
正立方表格
<table border="1" width="220" bordercolorlight="#eeeeee"
bordercolordark="#000000" height="26">
<tr><td width="100%">正立方表格</td>
</tr></table>
正立方表格


细表格
<table border="0" frame=vsides width="219"
bgcolor="#000000" cellspacing="1" cellpadding="0"
height="22" >
<tr bgcolor="#FFFFFF">
<td width="100%" height="2">细表格</td>
</tr>
</table>
 
细表格




立体表格
<table border="1" width="220" bordercolorlight="#ffffff"
bordercolordark="#ffffff" rtcscls-2-s_r_0 rtcscls-2-r_0">112" height="34">
<tr>
<td width="100%" bgcolor="#B7B7B7"
bordercolorlight="#000000" bordercolordark="#eeeeee" >立体表格</td></tr></table>
立体表格




无名表格
<table width="220" align="center" rtcscls-3-s_r_0 rtcscls-3-r_2">left: 246; top: 12" height="51">
<tr>
<td><fieldset align="center">
<legend> 无名表格 </legend>  <p align="right"> </fieldset>
<br>
</td>
</tr>
</table>
 


无名表格 
 
表中表效果
<table width="220" align="center" rtcscls-3-s_r_0 rtcscls-3-r_2">left: 10; top: 120" height="138" cellspacing="1"
cellpadding="0">
<tr>
<td height="126"><fieldset rtcscls-3-s_r_0 rtcscls-3-r_2">border-style: groove" align="center"> <legend rtcscls-3-s_r_0 rtcscls-3-r_2">#FFFFFF; border: 1 solid #808080" > <font color="#000000">表中表效果</font>
</legend>  <p align="right"> </fieldset>
</td>
</tr>
</table>






 
表中表效果
<table width="220" align="center" rtcscls-3-s_r_0 rtcscls-3-r_2">absolute; left: 245; top: 89" height="110">
<tr>
<td height="75"><fieldset
align="center"> <legend> 表中表效果 </legend> <table
frame="hsides" border="1"
bordercolorlight="#000000" bordercolordark="#ffffff"
width="100%" cellspacing="1" cellpadding="0" height="78">
<tr bgcolor="#ffffff">
<td width="100%" height="76"></fieldset></td>
</tr>
</table>