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.
<table>
<tr onClick="document.location = '[URL unfurl="true"]http://www.google.com'"[/URL] style="cursor: pointer;" onmouseover="this.bgColor='#CCCCCC'" onmouseout="this.bgColor='#FFFFFF'">
<td> Text1 </td>
<td> Text2 </td>
<td> Text3 </td>
</tr>
</table>
<style>
.normal {
color: black;
background: white;
}
.hilite {
color: blue;
text-decoration: underline;
font-weight: bold;
background: #CCCCCC;
}
</style>