Difference between revisions of "Code Documentation"

Line 44: Line 44:
 
<xmp>  
 
<xmp>  
 
{{2015CSS}}
 
{{2015CSS}}
 
 
<html>
 
<html>
 
<!-- change the page title -->
 
<!-- change the page title -->
Line 50: Line 49:
 
<h2>Poster Guidelines</h2>
 
<h2>Poster Guidelines</h2>
 
</div></div>
 
</div></div>
 
 
<div id="grayLine_Clear"></div>
 
<div id="grayLine_Clear"></div>
 
 
 
 
 
<!-- this is where the content is placed --->
 
<!-- this is where the content is placed --->
 
<div id="fullWidth">
 
<div id="fullWidth">
 
 
<!-- alert message, the text can be edited -->  
 
<!-- alert message, the text can be edited -->  
<div id="alertMessage"> <p> Please note that all information on this page is in a draft version. <br>Please check back often for details. </p></div>
+
<div id="alertMessage"> <p> Please note that all information on this page is in a draft version.  
 
+
<br>Please check back often for details. </p></div>
 
+
 
<!-- start of content ---------------------------------------->
 
<!-- start of content ---------------------------------------->
  

Revision as of 21:26, 30 January 2015

CSS and HTML used in iGEM 2015

This page documents and explains the CSS and HTML used in the 2015 site.

Creating a Page

{{2015CSS}} <html> <!-- change the page title --> <div id="pageTitle"> <h2>Poster Guidelines</h2> </div></div> <div id="grayLine_Clear"></div> <!-- this is where the content is placed ---> <div id="fullWidth"> <!-- alert message, the text can be edited --> <div id="alertMessage"> <p> Please note that all information on this page is in a draft version. <br>Please check back often for details. </p></div> <!-- start of content ---------------------------------------->