Changes for page LSS-P - Mechanical
Last modified by Eric Nantel on 2024/07/03 09:43
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,51 +1,53 @@ 1 -{{warningBox warningText="More information coming soon"/}} 2 - 3 - 4 -(% class="wikigeneratedid" id="HTableofContents" %) 5 -**Page Contents** 6 - 7 -{{toc depth="3"/}} 8 - 9 -= LSS-P Features = 10 - 11 -|(% colspan="2" style="width:350px" %)((( 12 -== Mounting Points == 13 -))) 14 -|(% style="width:350px" %)[[image:LSS-P-S1-Mountings.png]]|((( 15 -Loren Ipsum 16 -))) 17 -|(% style="width:350px" %)[[image:LSS-P-S1-Mountings.png]]| 18 -|(% style="width:350px" %)[[image:LSS-P-S1-Mountings.png]]| 19 -|(% colspan="2" style="width:350px" %)((( 20 -== Case == 21 -))) 22 -|(% style="width:350px" %)[[image:LSS-P-S1-Case.png]]|((( 23 -Loren Ipsum 24 -))) 25 -|(% colspan="2" style="width:350px" %)((( 26 -== RGB LED == 27 -))) 28 -|(% style="text-align:center; width:350px" %) |((( 29 -Loren Ipsum 30 -))) 31 -|(% colspan="2" style="width:350px" %)((( 32 -== Connector == 33 -))) 34 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 35 -|(% colspan="2" style="width:350px" %)((( 36 -== Button == 37 -))) 38 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 39 -|(% colspan="2" style="width:350px" %)((( 40 -== Gearing == 41 -))) 42 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 43 -|(% colspan="2" style="width:350px" %)((( 44 -== Stepper Motor == 45 -))) 46 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 47 - 48 -= Dimensions = 49 - 50 -(% style="width:700px" %) 51 -|(% style="width:350px" %) | 1 +{{html}} 2 +<!DOCTYPE html> 3 +<html> 4 +<head> 5 + <style> 6 + .table-container { 7 + display: flex; 8 + } 9 + 10 + .table-container table { 11 + flex: 1; 12 + } 13 + </style> 14 +</head> 15 +<body> 16 + <div class="table-container"> 17 + <table> 18 + <thead> 19 + <tr> 20 + <th>Table 1</th> 21 + </tr> 22 + </thead> 23 + <tbody> 24 + <tr> 25 + <td>Data 1</td> 26 + </tr> 27 + <tr> 28 + <td>Data 2</td> 29 + </tr> 30 + <!-- Add more rows as needed --> 31 + </tbody> 32 + </table> 33 + 34 + <table> 35 + <thead> 36 + <tr> 37 + <th>Table 2</th> 38 + </tr> 39 + </thead> 40 + <tbody> 41 + <tr> 42 + <td>Data A</td> 43 + </tr> 44 + <tr> 45 + <td>Data B</td> 46 + </tr> 47 + <!-- Add more rows as needed --> 48 + </tbody> 49 + </table> 50 + </div> 51 +</body> 52 +</html> 53 +{{/html}}