我们一般制作帖子的表格边框,基本上大同小异.现在教大家用代码制作别具一格的表格边框.在这里所有的效果我只用套材来举例.边框里可以放图片和文字,也可以换成颜色和文字.图片和颜色大家可以根据需要自己更换.只要发挥想象力,相信大家都能制作出更漂亮的表格边框.
语法简单介绍:
BORDER-RIGHT: #9b0000 6px ridge;
右边框颜色 宽度 样式
BORDER-TOP: #9b0000 6px ridge;
上边框颜色 宽度 样式
BORDER-LEFT: #9b0000 6px ridge;
左边框颜色 宽度 样式
BORDER-BOTTOM: #9b0000 6px ridge;
下边框颜色 宽度 样式
POSITION: relative;
外边框定位(相对定位)
POSITION: absolute;
内部小表格的定位(绝对定位)
LEFT: 0px; 离左边的距离
TOP: 0px; 离顶部的距离
RIGHT: 0px; 离右边的距离
BOTTOMM: 0px; 离下边的距离
HEIGHT: 512px 表格高度
WIDTH: 512px; 表格宽度
表格边框的样式还有以下几种(换不同的值就会有不同的边框样式):
none | dotted | dashed | solid | double | groove | ridge | inset | outset
注意点:
如果不是宽屏外边框必须赋于相对定位.内部表格必须绝对定位.
上,下,左,右边框如果有不需要显示的,将该边的宽度值
设为0即可.
主要图片以背景的方式加入即放在<table>里更好一些.
效果一:
效果一代码如下:
<TABLE id=table style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 512px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 0px; HEIGHT: 512px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 0px; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510262153351596.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510262153351596.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; WIDTH: 120px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510262153351596.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-TOP: #9b0000 6px ridge; LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510262153351596.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果二: 效果二代码:
效果二代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 512px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 0px; HEIGHT: 512px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 0px; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE id=table1-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 7px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 7px; HEIGHT: 100px" background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE id=table2 style="LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE id=table2-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 7px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 7px; HEIGHT: 100px" background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; WIDTH: 120px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 120px" background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE id=table3-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 7px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BOTTOM: 7px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 100px" background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-TOP: #9b0000 6px ridge; LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 120px" background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 7px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BOTTOM: 7px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 100px" background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果三:
效果三代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 512px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 0px; HEIGHT: 512px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 0px; WIDTH: 120px; POSITION: absolute; TOP: 0px; HEIGHT: 380px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg></TD></TR></TBODY></TABLE> <TABLE id=table2 style="LEFT: 120px; WIDTH: 380px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 120px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 262px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: absolute; TOP: 120px; HEIGHT: 262px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510270111365561.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; WIDTH: 380px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 120px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg></TD></TR></TBODY></TABLE> <TABLE id=table4 style="LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 380px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD background=http://bbs.guqu.net/UploadFile/2005-10/200510262382753751.jpg></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果四:
效果四代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 114px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 272px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 114px; HEIGHT: 272px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果五:
效果五代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 4px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 4px; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102713173173639.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table2-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 4px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 4px; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102713173173639.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 114px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 272px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 114px; HEIGHT: 272px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510271320546559.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table3-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 4px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 4px; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102713173173639.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 380px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 120px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144924904.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table4-1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 4px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 4px; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102713173173639.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果六:
效果六代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 6px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 512px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 0px; HEIGHT: 512px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-BOTTOM: #9b0000 6px ridge; LEFT: 0px; WIDTH: 250px; POSITION: absolute; TOP: 0px; HEIGHT: 250px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD> <TD> <TABLE id=table2 style="RIGHT: 0px; WIDTH: 250px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 250px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 0px; WIDTH: 250px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 250px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD> <TD> <TABLE id=table4 style="RIGHT: 0px; WIDTH: 250px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 250px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 60px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 380px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 60px; HEIGHT: 380px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144419168.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE>
效果七:
效果七代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 6px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 512px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 0px; HEIGHT: 512px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 0px; WIDTH: 250px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 26pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #9b0000; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云"><B>百年爱情</B></FONT></P></TD></TR></TBODY></TABLE> <TABLE id=table2 style="RIGHT: 60px; WIDTH: 202px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 250px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 26pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #9b0000; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云"><B>百<br>年<br>爱<br>情</B></FONT></P> </TD></TR></TBODY></TABLE> <TABLE id=table4 style="RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BOTTOM: 60px; POSITION: absolute; HEIGHT: 202px" cellSpacing=0 cellPadding=0 background=border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-TOP: #9b0000 6px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 250px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 26pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #9b0000; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云"><B>百年爱情</B></FONT></P> </TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-TOP: #9b0000 6px ridge; LEFT: 60px; WIDTH: 202px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; WIDTH: 60px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 250px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 26pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #9b0000; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云"><B>百<br>年<br>爱<br>情</B></FONT></P> </TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 0px; WIDTH: 60px; POSITION: absolute; TOP: 60px; HEIGHT: 202px" cellSpacing=0 cellPadding=0 background=border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 60px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 380px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 60px; HEIGHT: 380px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果八:
效果八代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 120px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 260px; POSITION: absolute; TOP: 0px; HEIGHT: 126px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 0px; WIDTH: 126px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 120px; HEIGHT: 260px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 126px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 248px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 126px; HEIGHT: 248px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 120px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 260px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 126px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 126px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 120px; HEIGHT: 260px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果九:
效果九代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE id=tableA style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://yinhua.guqu.net/UploadFiles/200901/20090106133803908.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 120px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 260px; POSITION: absolute; TOP: 0px; HEIGHT: 126px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableB style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 0px; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 120px; HEIGHT: 260px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 120px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 260px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 126px; HEIGHT: 248px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableC style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 120px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 260px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 126px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableD style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 100px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 100px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 120px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 120px; HEIGHT: 260px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果十:
效果十代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 60px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 60px; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 160px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 130px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 160px; HEIGHT: 130px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 190px; POSITION: absolute; TOP: 0px; HEIGHT: 310px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 6px ridge; RIGHT: 0px; WIDTH: 184px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 190px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 316px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 190px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果十一:
效果十一代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 600px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; LEFT: 0px; WIDTH: 90px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 35px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 35px; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 74px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 74px; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 35px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 35px; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 74px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 74px; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-TOP: #9b0000 6px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 35px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BOTTOM: 35px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table9 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 74px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BOTTOM: 74px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table10 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; WIDTH: 90px; BOTTOM: 0px; POSITION: absolute; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table11 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 35px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BOTTOM: 35px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table12 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 74px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 90px; BOTTOM: 74px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 90px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272012389179.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果十二:
效果十三代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 700px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144913903.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 620px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: relative; TOP: 30px; HEIGHT: 430px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <DIV align=center> <TABLE id=table00 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 305px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 249px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <P align=center><IMG src="http://bbs.guqu.net/UploadFile/2005-10/200510272174523470.gif"> </P></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 5px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 50px; HEIGHT: 390px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 35px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 95px; HEIGHT: 310px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 65px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 145px; HEIGHT: 210px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 5px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 50px; HEIGHT: 390px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 35px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 95px; HEIGHT: 310px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; RIGHT: 65px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 60px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 145px; HEIGHT: 210px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 140px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 410px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 5px; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102721372855229.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 190px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 310px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 35px; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102721372855229.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table9 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 240px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 210px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; TOP: 65px; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102721372855229.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table10 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 140px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 410px; BOTTOM: 5px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102721372855229.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table11 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 190px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 310px; BOTTOM: 35px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102721372855229.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table12 style="BORDER-RIGHT: #9b0000 6px ridge; BORDER-TOP: #9b0000 6px ridge; LEFT: 240px; BORDER-LEFT: #9b0000 6px ridge; WIDTH: 210px; BOTTOM: 65px; BORDER-BOTTOM: #9b0000 6px ridge; POSITION: absolute; HEIGHT: 60px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/2005102721372855229.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果十四:
效果十四代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 62px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 368px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 62px; HEIGHT: 368px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果十五:
效果十五代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144913903.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table00 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 46px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 400px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 46px; HEIGHT: 400px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-8/20058220274499676.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 62px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 368px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 62px; HEIGHT: 368px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <DIV align=center> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 305px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 249px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <P align=center><IMG src="http://bbs.guqu.net/UploadFile/2004-12/20041227231657149.gif"> </P></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果十六:
效果十六代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144913903.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table000 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 15px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 460px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 15px; HEIGHT: 460px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table00 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 46px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 400px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 46px; HEIGHT: 400px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 62px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 368px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 62px; HEIGHT: 368px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <DIV align=center> <TABLE id=table010 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 305px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 249px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <P align=center><IMG src="http://bbs.guqu.net/UploadFile/2004-12/20041227231657149.gif"> </P></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果是十七:
效果十七代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 500px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: relative; TOP: 0px; HEIGHT: 500px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144913903.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table00 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 16px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 460px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 16px; HEIGHT: 460px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2004-12/20041230144958599.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table000 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 46px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 400px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 46px; HEIGHT: 400px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tablea1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 230px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tablea2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 140px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tablea3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 138px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 31px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableb1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 230px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableb2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 140px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableb3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 138px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tablec1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 230px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tablec2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 140px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tablec3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 138px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; RIGHT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 31px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tabled1 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 31px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 230px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tabled2 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 140px; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tabled3 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 35px; BOTTOM: 138px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; HEIGHT: 35px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 4px ridge; BORDER-TOP: #9b0000 4px ridge; LEFT: 62px; BORDER-LEFT: #9b0000 4px ridge; WIDTH: 368px; BORDER-BOTTOM: #9b0000 4px ridge; POSITION: absolute; TOP: 62px; HEIGHT: 368px" cellSpacing=0 cellPadding=0 align=center background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD> <DIV align=center> <TABLE id=table010 style="BORDER-RIGHT: #9b0000 0px ridge; BORDER-TOP: #9b0000 0px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 0px ridge; WIDTH: 305px; BORDER-BOTTOM: #9b0000 0px ridge; POSITION: relative; TOP: 0px; HEIGHT: 249px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <P align=center><IMG src="http://bbs.guqu.net/UploadFile/2004-12/20041227231657149.gif"> </P></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
效果十八:
效果十八代码:
<TABLE id=table style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 510px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: relative; TOP: 0px; HEIGHT: 510px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144913903.jpg border=0> <TBODY> <TR> <TD> <TABLE id=table0 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 410px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 45px; HEIGHT: 410px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/200510272219463476.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table00 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 320px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 90px; HEIGHT: 320px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2005-10/20051028206664042.gif border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableA1 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableA2 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 45px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableA3 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 90px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableB1 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableB2 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 45px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableB3 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 90px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableC1 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableC2 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 45px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableC3 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 90px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableD1 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableD2 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 45px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=tableD3 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 90px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table1 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 225px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 0px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table2 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 180px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 45px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table3 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 135px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 90px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table4 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 135px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table5 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 180px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table6 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 0px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 225px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table7 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 180px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 45px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table8 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 135px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 90px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table9 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 135px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table10 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 180px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table11 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 0px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; TOP: 225px; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table12 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 180px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table13 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 135px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table14 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 135px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 90px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table15 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 180px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 45px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table16 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; LEFT: 225px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 0px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table17 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 45px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 180px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table18 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 90px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 135px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table19 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 135px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 90px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE id=table20 style="BORDER-RIGHT: #9b0000 5px ridge; BORDER-TOP: #9b0000 5px ridge; RIGHT: 180px; BORDER-LEFT: #9b0000 5px ridge; WIDTH: 50px; BOTTOM: 45px; BORDER-BOTTOM: #9b0000 5px ridge; POSITION: absolute; HEIGHT: 50px" cellSpacing=0 cellPadding=0 background=http://bbs.guqu.net/UploadFile/2004-12/20041230144914462.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
|