Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<title>Scrolling table</title>
<style type="text/css">
body, table {
font: normal 0.8em Tahoma, Verdana, Arial, sans-serif;
}
#container {
width: 100%;
height: 200px;
overflow: auto;
}
table {
width: 100%;
border-collapse;
}
td, th {
border: 1px solid black;
padding: 3px 8px;
height: 4em;
}
th {
color: white;
background: black;
font-weight: bold;
}
@media print {
#container {
height: auto;
overflow: visible;
}
}
</style>
</head>
<body>
<div id="container">
<table width="100%" cellspacing="0">
<tr>
<th>cell one</th>
<th>cell two</th>
<th>cell three</th>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
<tr>
<td>cell one</td>
<td>cell two</td>
<td>cell three</td>
</tr>
</table>
</div>
</body>
</html>
@media print {
#container {
height: auto;
overflow: visible}
td, th {font: normal normal 8pt arial sans-serif}
}