Difference between revisions of "Code Documentation2"

Line 49: Line 49:
  
  
<div class="oneColumn">
+
<div class="twoColumns">
  
<h2> Layout </h2>
+
<h2> Classes</h2>
  
 
</div>
 
</div>
  
 +
 +
 +
<div class="twoColumns">
 +
<pre>
 +
 +
 +
 +
 +
&#60;  span class="pop_why"  onclick="which_why='why_NAME '"  &#62; ?  &#60;/span&#62;
 +
</pre>
 +
</div>
  
 
</html>
 
</html>
 
{{2016Demo_bottom}}
 
{{2016Demo_bottom}}

Revision as of 16:32, 18 November 2015

×

Loading ...

Tables

Tables created within in a page already have styling and will display:

Header 1 Header 2
Content A 1 Content B 1
Content A 2 Content B 2
<table> 

<tr> 
<th>  Header 1  </th>  <th>  Header 2 </th> 
</tr> 

<tr>  
<td>  Content A 1 </td>  <td> Content B 1 </td>  
</tr> 

<tr> 
<td>  Content A 2 </td>  <td> Content B 2 </td> 
</tr> 

</table> 

Classes


	


<  span class="pop_why"  onclick="which_why='why_NAME '"  > ?  </span>