table.html
414 Bytes
<html>
<head>
<title>Table Layout</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<!-- GC -->
<script type="text/javascript" src="../../ext-all.js"></script>
<script type="text/javascript" src="table.js"></script>
<style type="text/css">
#main-panel td {
padding:5px;
}
</style>
</head>
<body>
</body>
</html>