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.
<div style="yourstyle"><a [red][b]style="display:block" [/b][/red] href="URL"><img src="Img" /></a></div>
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
#box{ width: 100px; height: 100px; background-image: url(MyImage.jpg); border: 1px solid black; color: #5b5b5b; font-size: 11px; font-family: verdana; display: block;}
</style>
</head>
<body>
<a href="#" id="box">Click Here</a>
</body>
</html>