This is a cool silid table border. Copy code from the code below. |
<table width="100%" bgcolor="#ffffff" border="5" cellspacing="0" cellpadding="0" align="center" style="border-style:solid" bordercolor="darkgreen"><tr><td>This is a cool silid table border.<P> Copy code from the code below.</td></tr></table>
This is a dashed table border. Copy code from the code below. |
<table width="100%" bgcolor="#ffffff" border="5" cellspacing="0" cellpadding="0" align="center" style="border-style:dashed" bordercolor="red"><tr><td>This is a dashed table border.<P>Copy code from the code below.</td></tr></table><P>
This is a dotted table border. Copy code from the code below. |
<table width="100%" bgcolor="#ffffff" border="5" cellspacing="0" cellpadding="0" align="center" style="border-style:dotted" bordercolor="blue"> <tr> <td align="left" valign="middle"> This is a dotted table border.<P>Copy code from the code below. </td></tr></table><P>