Changes for page LSS-PRO Mechanical

Last modified by Eric Nantel on 2024/07/25 07:21

From version < 42.1 >
edited by Eric Nantel
on 2023/07/07 14:54
To version < 31.1 >
edited by Eric Nantel
on 2023/07/07 14:41
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,56 +1,53 @@
1 -{{warningBox warningText="More information coming soon"/}}
2 -
3 -
4 -
5 -
6 -
7 -
8 -(% class="wikigeneratedid" id="HTableofContents" %)
9 -**Page Contents**
10 -
11 -{{toc depth="3"/}}
12 -
13 -|(% colspan="2" %)(((
14 -= Lynxmotion PRO Lite (LSS-P-L1) =
15 -)))
16 -|(% colspan="2" %)(((
17 -== Mounting Points ==
18 -)))
19 -|(% style="width:350px" %)[[image:LSS-P-S1-Mountings.png]]|(((
20 -Loren Ipsum
21 -)))
22 -|(% style="width:350px" %)[[image:LSS-P-S1-Mountings.png]]|
23 -|(% style="width:350px" %)[[image:LSS-P-S1-Mountings.png]]|
24 -|(% colspan="2" style="width:350px" %)(((
25 -== Case ==
26 -)))
27 -|(% style="width:350px" %)[[image:LSS-P-S1-Case.png]]|(((
28 -Loren Ipsum
29 -)))
30 -|(% colspan="2" style="width:350px" %)(((
31 -== RGB LED ==
32 -)))
33 -|(% style="text-align:center; width:350px" %) |(((
34 -Loren Ipsum
35 -)))
36 -|(% colspan="2" style="width:350px" %)(((
37 -== Connector ==
38 -)))
39 -|(% style="text-align:center; width:350px" %) |Loren Ipsum
40 -|(% colspan="2" style="width:350px" %)(((
41 -== Button ==
42 -)))
43 -|(% style="text-align:center; width:350px" %) |Loren Ipsum
44 -|(% colspan="2" style="width:350px" %)(((
45 -== Gearing ==
46 -)))
47 -|(% style="text-align:center; width:350px" %) |Loren Ipsum
48 -|(% colspan="2" style="width:350px" %)(((
49 -== Stepper Motor ==
50 -)))
51 -|(% style="text-align:center; width:350px" %) |Loren Ipsum
52 -
53 -= Dimensions =
54 -
55 -(% style="width:700px" %)
56 -|(% 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}}
Copyright RobotShop 2018