colspan example
[mirrors/Designs.git] / tools / din_rail_module_label_generator.html
index 54c26210df7b0e9cf8d436f6a001cf7fe83334fd..7fd756e455a93a5659e1307f6036cbb9c843d3dd 100644 (file)
@@ -112,9 +112,13 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 <td colspan=3>&#x1f4a1;<br />Světla Předsíň<br />Bezdrátové Relé</td>
 <td></td>
 </tr>
+
 </table>
 
+
+
 <table class="indexed">
+
 <tr>
 <td><small>Very long and tiny text that is really important to have on your breaker box!</small></td>
 <td>Warning!<small><small>Very long and tiny text that is really important to have on your breaker box!</small></small></td>
@@ -123,12 +127,7 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 <td></td>
 <td></td>
 <td></td>
-<td></td>
-<td></td>
-<td></td>
-<td></td>
-<td></td>
-<td></td>
+<td colspan="6">&#x26A0;&#xFE0F;<br />Colspan is not breaking the numbering scheme</td>
 <td></td>
 </tr>
 
@@ -148,9 +147,13 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 <td></td>
 <td></td>
 </tr>
+
 </table>
 
+
+
 <table class="indexed fancyindex">
+
 <tr>
 <td></td>
 <td></td>
@@ -171,7 +174,7 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 </table>
 </div>
 
-<script>document.getElementById('labeltext').value=document.getElementById('labeltable').innerHTML.trim();</script>
+<script>document.getElementById('labeltext').value=document.getElementById('labeltable').innerHTML.replace(/<.?tbody>/g, "").trim();</script>
 
 </body>
 </html>
This page took 0.119278 seconds and 4 git commands to generate.