Template:SUSTC-TTEC
From 2012.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | + | ||
+ | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
+ | |||
+ | body{background:#59791b url(images/bg_body.gif) repeat-y top; padding:0; margin:0; font:11px Tahoma, serif; color:#565656; height:100%} | ||
+ | |||
+ | img{border:0;} | ||
+ | |||
+ | form{margin:0; padding:0;} | ||
+ | |||
+ | #main{height:750px; width:100%; position:relative; margin:0 auto;} | ||
+ | #flash{width:800px; height:750px; position:relative; margin:0 auto;} | ||
<html> | <html> | ||
- | <title> | + | <head> |
+ | |||
+ | <title>Home</title> | ||
+ | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <link href="style.css" rel="stylesheet" type="text/css"> | |
- | + | ||
+ | <script src="flash/flash.js" language="JavaScript" type="text/javascript"></script> | ||
- | < | + | </head> |
- | < | + | <body> |
- | < | + | <table width="800" border="0" cellspacing="0" cellpadding="0" style="height:100%;" align="center"> |
- | < | + | <tr> |
- | < | + | |
- | < | + | <td valign="top" id="main" style="border:1px solid red;"> |
+ | |||
+ | <table width="800" border="0" cellspacing="0" cellpadding="0" align="center"> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td valign="top" id="flash"><script language="JavaScript" type="text/javascript">RunFlash();</script></td> | ||
+ | |||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | </td> | ||
+ | |||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | </body> | ||
- | < | + | </html> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Latest revision as of 03:15, 5 September 2012
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
body{background:#59791b url(images/bg_body.gif) repeat-y top; padding:0; margin:0; font:11px Tahoma, serif; color:#565656; height:100%}
img{border:0;}
form{margin:0; padding:0;}
- main{height:750px; width:100%; position:relative; margin:0 auto;}
- flash{width:800px; height:750px; position:relative; margin:0 auto;}
|