generated from ghostwriter/wip
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable.html
32 lines (32 loc) · 1.08 KB
/
table.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<table style="width: 800px; ">
<tr>
<tr style="height: 42px;">
<td style="height: 42px;text-align: center;" colspan="3" rowspan="1">%s</td>
</tr>
<td style="align-items: center">
<table style="text-align: center;">
<tr><td><img style="height: 180px;" alt="%s" src="%s"></td></tr>
<tr><td style="width: 171px;height: 42px;font-weight: bold">%s</td></tr>
</table>
</td>
<td>
<table style="width: 480px;">
<tr>
<td width="600px">%s</td>
</tr>
</table>
<table style="width: 480px;">
<tr style="height: 42px;">
<td style="text-align: center;width: 480px;">%s</td>
<td style="text-align: center;width: 480px;">%s</td>
</tr>
</table>
<table style="width: 480px;">
<tr style="height: 42px;">
<td style="text-align: center;width: 480px;">%s</td>
<td style="text-align: center;width: 480px;">%s</td>
</tr>
</table>
</td>
</tr>
</table>