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 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] >
<head id="Head1" runat="server" Title="Title"></head>
<body>
<center>
<form id="form1" runat="server">
<!--content-->
<div id="containerMaster">
<div id="container">
<div style="height:10px; background-color:#E1ECFE;"></div>
<div id="Content">
<div class="PageContent">
<div style="float:left; padding: 10px 30px 20px 30px;">
<p>
a lot of text here...
</p>
</div>
</div>
</div>
<!--footer-->
</div>
</div>
</form>
</center>
</body>
</html>
#containerMaster
{
background:Transparent url(../../Images/t_container.gif) repeat-y;
width:990px; padding:0; margin:0;
}
#container
{
margin:0px 10px; width:970px; text-align:left; border:0px;
}
#Content
{
clear:both; height:100%;
background-color:#10509E; margin:0; padding:0; border:0px;
}
#Content div.PageContent
{
background:White url(../../Images/content_bg.jpg) no-repeat top left;
margin:0 0 0 10px; padding: 5px 0px 20px 0px; clear:both; height:100%;
overflow: hidden;
width: 100%;
}