單列立體邊框代碼
<DIV align=center> <TABLE borderColor=#ffffff cellSpacing=10 cellPadding=1 width=650
bgColor=#8080C0 borderColorLight=#000000 border=1><TBODY><TR> <TD><FONT color=#ff0000>文字或圖片</FONT></TD> </TR></TBODY></TABLE><DIV>
雙列立體邊框代碼
<DIV align=center> <TABLE borderColor=#ffffff cellSpacing=10 cellPadding=1 width=650
bgColor=#8080C0 borderColorLight=#000000 border=1><TBODY><TR> <TD><FONT color=#ff0000>文字或圖片</FONT></TD> <TD><FONT color=#ff0000>文字或圖片</FONT></TD> </TR></TBODY></TABLE><DIV>
三列立體邊框代碼
<DIV align=center> <TABLE borderColor=#ffffff cellSpacing=10 cellPadding=1 width=660
bgColor=#8080C0 borderColorLight=#000000 border=1><TBODY><TR> <TD><FONT color=#ff0000>文字或圖片</FONT></TD> <TD><FONT color=#ff0000>文字或圖片</FONT></TD> <TD><FONT color=#ff0000>文字或圖片</FONT></TD> </TR></TBODY></TABLE></DIV>
雙行雙列立體邊框代碼
<DIV align=center> <TABLE borderColor=#ffffff cellSpacing=10 cellPadding=1 width=660
bgColor=#8080C0 borderColorLight=#000000 border=1><TBODY>
<TR><TD><FONT color=#ff0000>文字或圖片</FONT></TD> <TD><FONT color=#ff0000>文字或圖片</FONT></TD></TR> <TR><TD><FONT color=#ff0000>文字或圖片</FONT></TD> <TD><FONT color=#ff0000>文字或圖片</FONT></TD></TR> </TBODY></TABLE><DIV>
|