最簡單的邊框代碼 --------------------------------------------------------------------- <DIV align=center> <TABLE width=900 cellPadding=50 background=邊框圖片地址> <TBODY> <TR> <TD> <DIV align=center> <TABLE border=10 cellSpacing=10 borderColor=#內框顏色代碼 cellPadding=10 width=800 bgColor=#ffffff align=center> <TBODY> <TR> <TD> <DIV> 文章內容 </DIV> </TD></TR></TBODY></TABLE> </DIV> </TD></TR></TBODY></TABLE> </DIV> |
|