Team:UNIK Copenhagen/test
From 2014.igem.org
(Difference between revisions)
Line 57: | Line 57: | ||
"<tr bgColor=" + bgColor+ ">"); | "<tr bgColor=" + bgColor+ ">"); | ||
document.write( | document.write( | ||
- | " <th bgColor=" + | + | " <th bgColor=" + bgColor + " align=center>" + |
- | " <font color=" + | + | " <font color=" + fgColor + ">About the sequence</font>"); |
for (var i = 0; i < Text[j].length; i = i + nCols) | for (var i = 0; i < Text[j].length; i = i + nCols) | ||
{ | { |