Difference between revisions of "Code Documentation"
Line 55: | Line 55: | ||
<h3> Creating a Page</h3> | <h3> Creating a Page</h3> | ||
− | + | <p> {{2015CSS}}</p> | |
</html> | </html> | ||
+ | |||
< html ><br> | < html ><br> | ||
< !-- change the page title -- ><br> | < !-- change the page title -- ><br> | ||
<div id ="pageTitle"> <br> | <div id ="pageTitle"> <br> | ||
< h2 > 2015 DNA Distribution < / h2 > <br> | < h2 > 2015 DNA Distribution < / h2 > <br> | ||
− | < / div >< / div >< br > | + | </div>< / div >< br > |
< div id = " grayLine_Clear ">< / div ><br> | < div id = " grayLine_Clear ">< / div ><br> | ||
Line 75: | Line 76: | ||
</p> | </p> | ||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 21:04, 30 January 2015
This page documents and explains the CSS and HTML used in the 2015 site.
General wrapping div of the page
/* General wrap for the page*/
#contentWrap {
width: 980px;
height: auto;
margin-left: 20px;
float:left;
margin-right: auto;
background-color: #ffffff;
}
Creating a Page
{{2015CSS}}
< html >
< !-- change the page title -- >
< h2 > 2015 DNA Distribution < / h2 >
< div id = " grayLine_Clear ">< / div >
< div id = " fullWidth " >
< div id = " alertMessage " > < p > Please note that all information on this page is in a draft version.
Please check back often for details. < / p >< / div >
< !-- start of content ---------------------------------------- >
</p>