Hi there x[E]nOn,
does this help...
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#bigtable {
border:2px solid #999;
}
#table1,#table2 {
width:200px;
border:1px solid #000;
margin:5px;
float:left;
}
-->
</style>
</head>
<body>
<table id="bigtable"><tr><td>
<table id="table1"><tr><td>table1</td></tr></table>
<table id="table2"><tr><td>table2</td></tr></table>
</td></tr>
</table>
</body>
</html>
coothead
Bookmarks