Difference between revisions of "Useful Code"

From AUAK Chronicals
Jump to: navigation, search
(Created page with "Category:Writer's Help This page will have some useful code to remember ---- <pre> <table> <tr> <th style="vertical-align:top;"> </th> </tr> <tr> <td style="ve...")
 
m
Line 6: Line 6:
  
 
<pre>
 
<pre>
<table>
+
<table width="100%">
<tr>
+
<tr>
<th style="vertical-align:top;">
+
<th style="vertical-align:top;" colspan="2">
+
 
</th>
+
</th>
</tr>
+
</tr>
<tr>
+
<tr>
<td style="vertical-align:top;">
+
<td style="vertical-align:top;">
+
 
</td>
+
</td>
</tr>
+
<td style="vertical-align:top;">
</table>
+
 
 +
</td>
 +
</tr>
 +
</table>
 
</pre>
 
</pre>
  
 
----
 
----

Revision as of 06:53, 19 November 2018


This page will have some useful code to remember


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

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

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

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