/[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 2733 by schoenebeck, Sun Apr 26 23:49:16 2015 UTC revision 2738 by schoenebeck, Tue Apr 28 17:24:16 2015 UTC
# Line 3  Line 3 
3      <meta name="author" content="Christian Schoenebeck">      <meta name="author" content="Christian Schoenebeck">
4      <title>Writing Docs</title>      <title>Writing Docs</title>
5      <meta name="description" content="Writing new articles for this site.">      <meta name="description" content="Writing new articles for this site.">
6        <link rel="stylesheet" href="http://doc.linuxsampler.org/css/preview.css">
7        <script type="text/javascript" src="http://doc.linuxsampler.org/js/preview.js"></script>
8    </head>    </head>
9    <body>    <body>
10      <p>      <p>
# Line 763  end on Line 765  end on
765        Tables are written like ordinary HTML tables. That is:        Tables are written like ordinary HTML tables. That is:
766      </p>      </p>
767      <code>      <code>
768  <table>  &lt;table&gt;
769    <tr>    &lt;tr&gt;
770      <th>Name</th> <th>Description</th>      &lt;th&gt;Name&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt;
771    </tr>    &lt;/tr&gt;
772    <tr>    &lt;tr&gt;
773      <td>Foo</td> <td>Some text.</td>      &lt;td&gt;Foo&lt;/td&gt; &lt;td&gt;Some text.&lt;/td&gt;
774    </tr>    &lt;/tr&gt;
775    <tr>    &lt;tr&gt;
776      <td>Bar</td> <td>And more text.</td>      &lt;td&gt;Bar&lt;/td&gt; &lt;td&gt;And more text.&lt;/td&gt;
777    </tr>    &lt;/tr&gt;
778    <tr>    &lt;tr&gt;
779      <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;
780    </tr>    &lt;/tr&gt;
781  </table>  &lt;/table&gt;
782      </code>      </code>
783      <example>      <example>
784        <table>        <table>

Legend:
Removed from v.2733  
changed lines
  Added in v.2738

  ViewVC Help
Powered by ViewVC