Difference between revisions of "Useful Code"
From AUAK Chronicals
m |
m |
||
Line 9: | Line 9: | ||
<tr> | <tr> | ||
<th style="vertical-align:top;" colspan="2"> | <th style="vertical-align:top;" colspan="2"> | ||
+ | |||
<!--this is a heading cell, centered and bold, also spans the below cells--!> | <!--this is a heading cell, centered and bold, also spans the below cells--!> | ||
Line 15: | Line 16: | ||
<tr> | <tr> | ||
<td style="vertical-align:top;"> | <td style="vertical-align:top;"> | ||
+ | |||
<!--these are regular cells--!> | <!--these are regular cells--!> | ||
</td> | </td> | ||
<td style="vertical-align:top;"> | <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--!> | <!--the stuff in these tags right here don't show up on a page and are great for notes about what should go where--!> | ||
Revision as of 06:56, 19 November 2018
This page will have some useful code to remember
<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>