Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:create:table-layout [30.09.2015 11:52] carina.jandl89en:create:table-layout [30.09.2015 20:52] – old revision restored (09.05.2013 19:04) admin
Line 13: Line 13:
  
 <code html> <code html>
-<table>      <!-- Allgemeine Angaben -->+<table>      <!-- This is where the table begins -->
 <colgroup>   <!-- This is to define the widths of the columns --> <colgroup>   <!-- This is to define the widths of the columns -->
     <col width="33%">   <!-- Column 1 has a width of 33%, col = column -->     <col width="33%">   <!-- Column 1 has a width of 33%, col = column -->
Line 54: Line 54:
 </colgroup> </colgroup>
 <tr> <tr>
-    <td>Männlich</td> +    <td>Question 1 goes here</td> 
-    <td>Weiblich</td>+    <td>Question 2 goes here</td>
 </tr> </tr>
 </table> </table>
Line 70: Line 70:
 </colgroup> </colgroup>
 <tr> <tr>
-    <td> //+    <td> //Question 1 goes here
 </code> </code>
  
Line 76: Line 76:
 <code html> <code html>
     </td>     </td>
-    <td>//+    <td>//Question 2 goes here
 </code>  </code> 
  
en/create/table-layout.txt · Last modified: 23.11.2020 16:01 by sophia.schauer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki