Team:Waterloo-E

From 2012e.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<IFRAME SRC = "http://www.iwebunlimited.com" WIDTH="600px" HEIGHT="425px" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="auto" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>
+
 
 +
 
 +
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 +
    "http://www.w3.org/TR/html4/loose.dtd">
 +
    <html>
 +
    <head>
 +
    <title></title>
 +
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 +
    <style type="text/css">
 +
    <!--
 +
    #container{
 +
    width:340px;
 +
    height:290px;
 +
    border:0px solid #000;
 +
    overflow:hidden;
 +
    margin:auto;
 +
    }
 +
    #container iframe {
 +
    width:670px;
 +
    height:1200px;
 +
    margin-left:10px;
 +
    margin-top:-560px;
 +
    border:0 solid;
 +
    }
 +
    -->
 +
    </style>
 +
    </head>
 +
    <body>
 +
    <div id="container">
 +
    <iframe src="http://www.iwebunlimited.com"; scrolling="no"></iframe>
 +
    </div>
 +
    </body>
 +
    </html>

Revision as of 14:42, 6 October 2012


   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">