28 lines
343 B
HTML
28 lines
343 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-paged">
|
|
<head>
|
|
<style>
|
|
|
|
table tbody td {
|
|
border-right:1px solid;
|
|
}
|
|
|
|
table {
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="height:150px"></div>
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr height=150></tr>
|
|
<tr height=10><td></td></tr>
|
|
</tbody>
|
|
|
|
<tfoot><tr height=50><td>footer</tfoot>
|
|
</table>
|
|
|
|
</body>
|