TestHMH: Difference between revisions

No edit summary
 
(12 intermediate revisions by one other user not shown)
Line 2: Line 2:
Hier könnten diverse Inhalte stehen oder '''Bilder''' eingefügt werden.
Hier könnten diverse Inhalte stehen oder '''Bilder''' eingefügt werden.


[[Datei:Hf 1885 kmb ch004 ill1 cropped.jpg|center|387x387px]]       
[[Datei:Hf 1885 kmb ch004 ill1 cropped.jpg|center|388x388px]]       
<br />
<br />


=== Testtabelle ===
=== Testtabelle css ===
<table class="testtabelle">
 
<table border="1" style="width:100%; border-collapse: collapse;">
 
<table class="testtabelle wikitable" border="1" style="width:100%; border-collapse: collapse;">
    
    
     <tr>
     <tr>
Line 47: Line 48:
     <tr>
     <tr>
       <td>Ut enim ad minim veniam.</td>
       <td>Ut enim ad minim veniam.</td>
       <td>
       <td>Consectetur adipiscing elit.<td>Consectetur adipiscing elit.</td><td>Consectetur adipiscing elit.</td><td>Consectetur adipiscing elit.</td>
</table>
</table>


 
=== Testtabelle inline styling ===
 
<table border="1" style="width:100%; border-collapse: collapse; font-family: Calibri, sans-serif; font-size: 9pt;">
<table border="1" style="width:100%; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 9pt;">
    
   <thead>
     <tr>
     <tr>
       <th>Spalte 1</th>
       <th>Spalte 1</th>
Line 61: Line 61:
       <th>Spalte 5</th>
       <th>Spalte 5</th>
     </tr>
     </tr>
   </thead>
    
   <tbody>
    
     <tr>
     <tr>
       <td>Lorem ipsum dolor sit amet.</td>
       <td>Lorem ipsum dolor sit amet.</td>
Line 98: Line 98:
       <td>Duis aute irure dolor in.</td>
       <td>Duis aute irure dolor in.</td>
     </tr>
     </tr>
   </tbody>
    
</table>
</table>