Difference between revisions of "Template:Example2"

Line 2: Line 2:
 
<html>
 
<html>
  
 +
<!-- Start of CSS-->
 +
<style type="text/css">
  
<!-- This part of the code sets the styling of the webpage, you can modify as you please. -->
 
<style type="text/css">
 
 
 
/* WIKI SETTINGS*/
 
/* WIKI SETTINGS*/
 
 
Line 228: Line 227:
  
 
</style>
 
</style>
<!-- end of css -->
+
<!-- End of CSS -->
  
  
 
+
<!-- Start of the template html elements. -->
<div id ="mainContainer">
+
<div id ="mainContainer"><!--This div will close on the page.-->
  
 
<img src="https://static.igem.org/mediawiki/2015/3/3b/Banner_templateA.jpg">
 
<img src="https://static.igem.org/mediawiki/2015/3/3b/Banner_templateA.jpg">
  
 +
 +
<!-- Start of menu -->
 
<div id="menuContainer">
 
<div id="menuContainer">
<ul>
+
 
 +
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 +
<ul>
 
<a href="https://2015.igem.org/Team:Example2"><li>HOME</li></a>
 
<a href="https://2015.igem.org/Team:Example2"><li>HOME</li></a>
  
Line 279: Line 282:
 
</ul>
 
</ul>
 
</div>
 
</div>
 +
<!-- End of menu  -->
  
 
+
<!-- Start of content -->
<div id="contentContainer">
+
<div id="contentContainer"> <!--This div will close on the page.-->
 
</html>
 
</html>

Revision as of 16:50, 13 March 2015