/[svn]/doc/docbase/writing_docs/01_writing_docs.html
ViewVC logotype

Diff of /doc/docbase/writing_docs/01_writing_docs.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2734 by schoenebeck, Sun Apr 26 23:49:16 2015 UTC revision 2735 by schoenebeck, Tue Apr 28 13:45:17 2015 UTC
# Line 763  end on Line 763  end on
763        Tables are written like ordinary HTML tables. That is:        Tables are written like ordinary HTML tables. That is:
764      </p>      </p>
765      <code>      <code>
766  <table>  &lt;table&gt;
767    <tr>    &lt;tr&gt;
768      <th>Name</th> <th>Description</th>      &lt;th&gt;Name&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt;
769    </tr>    &lt;/tr&gt;
770    <tr>    &lt;tr&gt;
771      <td>Foo</td> <td>Some text.</td>      &lt;td&gt;Foo&lt;/td&gt; &lt;td&gt;Some text.&lt;/td&gt;
772    </tr>    &lt;/tr&gt;
773    <tr>    &lt;tr&gt;
774      <td>Bar</td> <td>And more text.</td>      &lt;td&gt;Bar&lt;/td&gt; &lt;td&gt;And more text.&lt;/td&gt;
775    </tr>    &lt;/tr&gt;
776    <tr>    &lt;tr&gt;
777      <td>Thing</td> <td>And that's it.</td>      &lt;td&gt;Thing&lt;/td&gt; &lt;td&gt;And that's it.&lt;/td&gt;
778    </tr>    &lt;/tr&gt;
779  </table>  &lt;/table&gt;
780      </code>      </code>
781      <example>      <example>
782        <table>        <table>

Legend:
Removed from v.2734  
changed lines
  Added in v.2735

  ViewVC Help
Powered by ViewVC