Border around a table --- בתכ וא הלבט וא אתל תרגסמ
Content text and more content
<STYLE>
.tblboda {
border-width: 1px;
border-style: dashed;
border-color: #0000FF;
width=30%;
}

.tbl {
border-width: 2px;
border-style: solid;
border-color: #ff0000;
width=80%;
margin-left: 10%; margin-right: 8%;
}

.tblb {
border-width: 2px;
border-style: solid;
border-color: #336600;
width=100%;

}

</STYLE>

</head>

<body >
<div class="tbl" >
<table>
<td align="center">
<div class="tblb">Content text and more content</div>
</td>
<td align="left"><div class="tblboda">Content text and more content
</div>

</td>
<tr>
</table> </div>