样式一:
代码: <table cellpadding="4" cellspacing="0" style="border:double 5px plum;"> <tr><td style="border:double 5px lightblue;"> <font size="2">在这里输入内容</font> </td></tr></table>
样式二:
代码: <table style="border-right: dodgerblue 3px double; border-top: dodgerblue 3px double; border-left: dodgerblue 3px double;border-bottom: dodgerblue 3px double" cellSpacing="0" cellPadding="0"> <tr><td> <table style="border-right: lightblue 3px double; border-top: lightblue 3px double; border-left: lightblue 3px double; border-bottom: lightblue 3px double" cellPadding="0"> <tr><td> <table style="border-right: dimgray 1px solid; border-top: dimgray 1px solid; border-left: dimgray 1px solid; border-bottom: dimgray 1px solid; background-color: white" cellPadding="7"> <tr><td><font size="2">在这里输入内容 </font></td> </tr></table></td></tr> </table></td> </tr></table>
样式三:
代码: <table style="border-right: lightblue 3px double; border-top: lightblue 3px double; border-left: lightblue 3px double; border-bottom: lightblue 3px double" height="50" cellPadding="2" width="100"> <tr><td style="border-right: plum 3px double; border-top: plum 3px double; border-left: plum 3px double; border-bottom: plum 3px double; background-color: aliceblue"> <p align="center"><font size="2">在这里输入内容</font> </td></tr></table>
样式四:
代码: <table style="border-right: plum 1px solid; border-top: plum 1px solid; border-left: plum 1px solid; border-bottom:plum 1px solid" height="50" cellPadding="5" width="100" bgcolor="#eee0e5"><tr> <td style="border-right: orchid 4px dotted; border-top: orchid 4px dotted; border-left: orchid 4px dotted;border-bottom: orchid 4px dotted" bgcolor="white"> <font size="2">在这里输入内容</font> </td></tr></table>
样式五:
代码: <table style="border-right: lightblue 1px dashed; border-top: lightblue 1px dashed; border-left: lightblue 1px dashed; border-bottom: lightblue 1px dashed" cellSpacing="5" cellPadding="3" bgcolor="lightblue"> <tr><td style="border-right: lightcyan 1px dashed; border-top: lightcyan 1px dashed; border-left: lightcyan 1px dashed; border-bottom: lightcyan 1px dashed" bgcolor="lightcyan"> <table><tr> <td style="PADDING-RIGHT: 6px; padding-left: 6px; PADDING-BOTTOM: 6px; padding-top: 6px" bgcolor="white"> <font size="2">在这里输入内容 </font></td></tr> </table> </td> </tr></table>
样式六:
代码: <table style="border-right: lightblue 1px dashed; border-top: lightblue 1px dashed; border-left: lightblue 1px dashed; border-bottom: lightblue 1px dashed" cellSpacing="3" cellPadding="4" bgcolor="lightblue"><tr> <td style="border-right: white 1px dashed; border-top: white 1px dashed; border-left: white 1px dashed; border-bottom: white 1px dashed"> <font size="2">在此输入内容</font></td> </tr></table>
|