Team:Groningen/Templates/BasicWikiFAQ

From 2013.igem.org

(Difference between revisions)
Line 38: Line 38:
</html>
</html>
</nowiki>
</nowiki>
 +
 +
3: Now
 +
<pre style="color: red">
 +
<nowiki>
 +
<div class="mainContent">
 +
 +
</div>
 +
</nowiki>
 +
</pre>

Revision as of 12:48, 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>

3: Now

 
<div class="mainContent">

</div>