Difference between revisions of "Useful Code"

From AUAK Chronicals
Jump to: navigation, search
m (Special Characters)
Line 36: Line 36:
 
<pre>
 
<pre>
 
&nbsp for a blank space
 
&nbsp for a blank space
 +
Alt+0230 æ
 +
  
 
</pre>
 
</pre>

Revision as of 20:26, 12 September 2020


This page will have some useful code to remember


Tables

<table width="100%">
<tr>
<th style="vertical-align:top;" colspan="2">

<!--this is a heading cell, centered and bold, also spans the below cells--!>

</th>
</tr>
<tr>
<td style="vertical-align:top;">

<!--these are regular cells--!>

</td>
<td style="vertical-align:top;">

<!--the stuff in these tags right here don't show up on a page and are great for notes about what should go where--!>

</td>
</tr>
</table>

Special Characters

&nbsp for a blank space
Alt+0230 æ