Template:SUSTC/pd Project

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <body> <table border=1> <tr > <td width="50%" rowspan=1 align="center">左1</td> <td width="50%" rowspan=3 align="center">右边</td> </tr> <tr > <td width=...")
 
Line 1: Line 1:
 +
{{Template:SUSTC/pd_template}}
 +
<html>
<html>
-
<body>
+
<head>
 +
<style type="text/css">
 +
#talkbubble {
 +
  width: 638px;
 +
  height:300px;
 +
  background:#E8E8E8;
 +
  position: relative;
 +
  -moz-border-radius:    0px;
 +
  -webkit-border-radius: 0px;
 +
  border-radius:        10px;
 +
}
-
<table border=1>
+
#talkbubble1 {
-
<tr >  
+
  width: 255px;
-
    <td width="50%" rowspan=1 align="center">左1</td>
+
  height:900px;
-
    <td width="50%" rowspan=3 align="center">右边</td>
+
  background:#E8E8E8;
-
</tr>
+
  position: relative;
-
<tr >  
+
  -moz-border-radius:    0px;
-
    <td width="50%" rowspan=1 align="center">左2</td>
+
  -webkit-border-radius: 0px;
-
</tr>
+
  border-radius:        10px;
-
<tr >  
+
}
-
    <td width="50%" rowspan=1 align="center">左3</td>
+
</style>
-
</tr>
+
</head>
 +
<body >
 +
 
 +
<table>
 +
  <tr>
 +
    <td><table width="638" border="0" cellspacing="0" cellpadding="0">
 +
      <tr>
 +
        <td><div id="talkbubble">
 +
test1
 +
</div></td>
 +
          </tr>
 +
      <tr>
 +
        <td><div id="talkbubble">
 +
test2
 +
</div></td>
 +
          </tr>
 +
      <tr>
 +
        <td><div id="talkbubble">
 +
test3
 +
</div></td>
 +
          </tr>
 +
        </table></td>
 +
    <td valign="TOP"><div id="talkbubble1">
 +
test4
 +
</div></td>
 +
      </tr>
</table>
</table>
 +
<!-- end of header -->
 +
 +
</body>
</body>
</html>
</html>
 +
|}

Latest revision as of 13:10, 12 August 2012

Barnew.jpg

test1
test2
test3
test4
|}