Team:Groningen/Templates/BasicWikiFAQ

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
2: Now you have to insert the default page layout. Copy paste this code  
2: Now you have to insert the default page layout. Copy paste this code  
-
<code>
+
<nowiki>
<html>
<html>
Line 26: Line 26:
<div class="mainContent">
<div class="mainContent">
-
</code>
+
</nowiki>
-
<code>
+
<nowiki>
</div>
</div>
Line 38: Line 38:
</body>
</body>
</html>
</html>
-
</code>
+
</nowiki>

Revision as of 12:41, 26 July 2013

Adding a Calendar entry. 1: First step is to simply select a data on the correct calender. Click on the date where you want to add an entry. You will see an empty page. 2: Now you have to insert the default page layout. Copy paste this code <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" charset="utf-8" /> <link rel="stylesheet" href="https://2013.igem.org/Team:Groningen/CSS/DefaultPage?action=raw&ctype=text/css" type="text/css" /> </head> <body> </html> {{:Team:Groningen/Templates/DefaultHeader}}<html> <div class="colmask threecol"> <span class="navigation"> </html>{{:Team:Groningen/Templates/Navigationbar}}<html> </span> <span class="widgets"> </html>{{:Team:Groningen/Templates/facebook}}<html> </span> <div class="mainContent"> </div> </div> </html> {{:Team:Groningen/Templates/DefaultFooter}}<html> </body> </html>