
October 17th, 2002, 01:04 PM
|
|
|
|
Here is a simple example.
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
.myTable {
margin: 0px;
padding: 0px;
height: 480px;
width: 640px;
border: 1px solid #000000;
}
-->
</style>
</head>
<body>
<table class="myTable">
<tr>
<td> </td>
</tr>
</table>
</body>
|