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.
<style type="text/css">
/* normal style */
a:link img, a:visited img { border: none; }
a:hover img { border: 1px solid #dadada; }
/* dark and thick border */
a.border:link img, a.border:visited img { border: none; }
a.border:hover img { border: 2px solid #737373; }
</style>
<a href="pic1.jpg"><img src="pic1thumb.jpg" alt="picture with thin border" /></a>
<a href="pic2.jpg" class="border"><img src="pic2thumb.jpg" alt="picture with thick border" /></a>
a:link img.border, a:visited img.border { border: 1px solid #dadada; }
a:hover img.border { border: 2px solid #737373; }
<style type="text/css">
a:link, a: visited { text-decoration: none; }
a:hover { border: 0px solid black; }
a:link img.border, a:visited img.border { border: 1px solid #dadada; }
a:hover img.border { border: 2px solid #737373; }
</style>
<table>
<tr>
<td><a href="#" onfocus="if(this.blur)this.blur()" onclick="script"><img src="images/pic.jpg" width="81" height="81" class="border" /></a></td>
</tr>
</table>