Team:Groningen/Template/MODULE/tmpl tablemodule
From 2014.igem.org
(Difference between revisions)
DeThomasshow (Talk | contribs) |
|||
Line 1: | Line 1: | ||
+ | <pre> | ||
<html> | <html> | ||
<!-- Table module--> | <!-- Table module--> | ||
Line 53: | Line 54: | ||
</div> | </div> | ||
</html> | </html> | ||
+ | </pre> |
Revision as of 13:40, 17 October 2014
<html> <!-- Table module--> <div class="module tablemodule gridcell"> <div class="content"> <div class="wrapper"> <!-- TITLE OPTIONAL START--> <div class="title"> Title here, no images!!! </div> <div class="hspacer"> </div> <!-- TITLE OPTIONAL END--> <!-- TABLE MANDATORY START--> <table class="table"> <tr> <th>EMPTY</th><th>EMPTY</th> </tr> <tr> <td>EMPTY</td><td>EMPTY</td> </tr> <tr> <td>EMPTY</td><td>EMPTY</td> </tr> <tr> <td>EMPTY</td><td>EMPTY</td> </tr> </table> <div class="hspacer"> </div> <!-- TABLE MANDATORY END--> <!-- CAPTION OPTIONAL START--> <div class="caption"> </div> <div class="hspacer"> </div> <!-- CAPTION OPTIONAL END--> <div class="hspacer"> </div> </div> <div class="hspacer"> </div> </div> <div class="hspacer"> </div> </div> </html>