想在自己blog上加几个漂亮的条框吗,将下面代码复制在正文的HTML格式中就可以了:)
<CENTER> <TABLE cellpadding="0" cellspacing="0"> <TBODY> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> </TR> <TR> <TD nowrap bgcolor="#000000" width="5" height="5"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap bgcolor="#000000" width="5" height="5"></TD> <TD nowrap width="5"></TD> <TD nowrap width="150" bgcolor="#000000"></TD> <TD nowrap width="5"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> </TR> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap height="5"></TD> <TD></TD>
<TD rowspan="3" colspan="3" background="kabe_check2.gif"
align="center"><FONT color="#ffffff"
size="-1">‚±‚±‚É•¶Žš‚â‰æ‘œ�ô</FONT></TD> <TD></TD> <TD></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap height="100" bgcolor="#000000"></TD> <TD></TD> <TD></TD> <TD nowrap bgcolor="#000000"></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap height="5"></TD> <TD></TD> <TD></TD> <TD nowrap height="5"></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> </TR> <TR> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap width="5"></TD> <TD nowrap bgcolor="#000000"></TD> <TD nowrap width="5"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> </TR> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#000000"></TD> <TD></TD> </TR> </TBODY> </TABLE> </CENTER>
<CENTER> <TABLE cellpadding="0" cellspacing="0"> <TBODY> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD></TD> </TR> <TR> <TD nowrap bgcolor="#990000" width="5" height="5"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap bgcolor="#990000" width="5" height="5"></TD> <TD nowrap width="5"></TD> <TD nowrap width="150" bgcolor="#990000"></TD> <TD nowrap width="5"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> </TR> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD>
<TD colspan="5" rowspan="5" align="center"><FONT
color="#666666"
size="-1">�š‚±‚±‚É•¶Žš‚â‰æ‘œ�š</FONT></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap height="5"></TD> <TD></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap height="100" bgcolor="#990000"></TD> <TD nowrap bgcolor="#990000"></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap height="5"></TD> <TD nowrap height="5"></TD> <TD></TD> </TR> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD></TD> </TR> <TR> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5"></TD> <TD nowrap bgcolor="#990000"></TD> <TD nowrap width="5"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> </TR> <TR> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> <TD nowrap width="5" height="5" bgcolor="#990000"></TD> <TD></TD> </TR> </TBODY> </TABLE> </CENTER>
<CENTER> <TABLE cellpadding="0" cellspacing="0"> <TBODY> <TR> <TD colspan="4" rowspan="2" nowrap bgcolor="#a99d89" align="center">WELCOME</TD> <TD width="7" nowrap height="10"></TD> </TR> <TR> <TD bgcolor="#ccc5b9" width="7" height="180"></TD> </TR> <TR> <TD nowrap height="7" width="10"></TD> <TD nowrap bgcolor="#ccc5b9" height="7" width="180"></TD> <TD colspan="3" bgcolor="#ccc5b9"></TD> </TR> </TBODY> </TABLE> </CENTER>
<TABLE cellpadding="1" cellspacing="1" bgcolor="#7ca0c0" width="200"> <TR> <TD height="3"></TD> </TR> <TR> <TD bgcolor="#a3bcd3" height="3"></TD> </TR> <TR> <TD bgcolor="#c2d3e2" height="3"></TD> </TR> <TR> <TD bgcolor="#ffffff" align="center">WELCOME </TD> </TR> </TABLE>
<TABLE cellspacing="1" cellpadding="1" bgcolor="#c2d3e2" width="200" style="border:2px dotted #7ca0c0"> <TR> <TD bgcolor="#c2d3e2">WELCOME </TD> </TR> </TABLE>
|