Updated NWNDS Creature Appearance Tracker (markdown)

Jaysyn904
2023-05-04 12:27:22 +00:00
parent 33a7a1ce6f
commit 542e9a4e29

@@ -1,26 +1,26 @@
<div style="display: table; width: 100%;">
<div style="display: table-row;">
<div style="display: table-cell; font-weight: bold; text-align: center; padding: 10px; background-color: #eee;">Column 1 Title</div>
<div style="display: table-cell; font-weight: bold; text-align: center; padding: 10px; background-color: #eee;">Column 2 Title</div>
<div style="display: table-cell; font-weight: bold; text-align: center; padding: 10px; background-color: #eee;">Column 3 Title</div>
<div style="display: table-cell; font-weight: bold; text-align: center; padding: 10px; background-color: #eee;">Column 4 Title</div>
</div>
<div style="display: table-row;">
<div style="display: table-cell; font-weight: bold; padding: 10px;">Row Title 1</div>
<div style="display: table-cell;"><img src="/path/to/image2.jpg" alt="Caption for Image 2" style="width: 100%;"></div>
<div style="display: table-cell;"><img src="/path/to/image3.jpg" alt="Caption for Image 3" style="width: 100%;"></div>
<div style="display: table-cell;"><img src="/path/to/image4.jpg" alt="Caption for Image 4" style="width: 100%;"></div>
</div>
<div style="display: table-row;">
<div style="display: table-cell;"></div>
<div style="display: table-cell;"><img src="/path/to/image5.jpg" alt="Caption for Image 5" style="width: 100%;"></div>
<div style="display: table-cell;"><img src="/path/to/image6.jpg" alt="Caption for Image 6" style="width: 100%;"></div>
<div style="display: table-cell;"><img src="/path/to/image7.jpg" alt="Caption for Image 7" style="width: 100%;"></div>
</div>
<div style="display: table-row;">
<div style="display: table-cell;"></div>
<div style="display: table-cell;"><img src="/path/to/image8.jpg" alt="Caption for Image 8" style="width: 100%;"></div>
<div style="display: table-cell;"><img src="/path/to/image9.jpg" alt="Caption for Image 9" style="width: 100%;"></div>
<div style="display: table-cell;"><img src="/path/to/image10.jpg" alt="Caption for Image 10" style="width: 100%;"></div>
</div>
</div>
<table style="width:100%">
<tr>
<th style="text-align:center">Column 1 Title</th>
<th style="text-align:center">Column 2 Title</th>
<th style="text-align:center">Column 3 Title</th>
<th style="text-align:center">Column 4 Title</th>
</tr>
<tr>
<td style="text-align:center; font-weight: bold; width: 25%;">Row Title 1</td>
<td style="text-align:center"><img src="/path/to/image2.jpg" alt="Caption for Image 2" style="width:100%"></td>
<td style="text-align:center"><img src="/path/to/image3.jpg" alt="Caption for Image 3" style="width:100%"></td>
<td style="text-align:center"><img src="/path/to/image4.jpg" alt="Caption for Image 4" style="width:100%"></td>
</tr>
<tr>
<td style="text-align:center; width: 25%;"></td>
<td style="text-align:center"><img src="/path/to/image5.jpg" alt="Caption for Image 5" style="width:100%"></td>
<td style="text-align:center"><img src="/path/to/image6.jpg" alt="Caption for Image 6" style="width:100%"></td>
<td style="text-align:center"><img src="/path/to/image7.jpg" alt="Caption for Image 7" style="width:100%"></td>
</tr>
<tr>
<td style="text-align:center; width: 25%;"></td>
<td style="text-align:center"><img src="/path/to/image8.jpg" alt="Caption for Image 8" style="width:100%"></td>
<td style="text-align:center"><img src="/path/to/image9.jpg" alt="Caption for Image 9" style="width:100%"></td>
<td style="text-align:center"><img src="/path/to/image10.jpg" alt="Caption for Image 10" style="width:100%"></td>
</tr>
</table>