Team:British Columbia/Templates/Team

From 2013.igem.org

(Difference between revisions)
Line 38: Line 38:
function writeText(txt) {
function writeText(txt) {
-
   document.getElementById("descrcell").innerHTML=txt;
+
   document.getElementById("descrp").innerHTML=txt;
}
}
</script>
</script>
Line 48: Line 48:
#descrcell {
#descrcell {
-
 
+
  width: 300px;
}
}
Line 83: Line 83:
</td>
</td>
<th id="descrcell" colspan=2 rowspan=2>
<th id="descrcell" colspan=2 rowspan=2>
 +
<p id="descrp"></p>
</th>
</th>
<td>
<td>

Revision as of 02:08, 28 October 2013

iGEM Home