Creating tables for a LitRPG story here on RoyalRoad can be a pain - those who remember the first version of my "General Core" will remember that it took me some time to sort it out.
What I have done is creating several excel files where I just enter the texts I want and have them create HTML-code from that (my variant, not by that idiotic MS save function).
Then I simply paste that code into the source window of the chapter where I need it.
In the post-chapter-notes you''ll find a link to one of those files that I uploaded to share.
You are allowed to modify it for your own use as long as you keep the copyright notice and links I placed on its first tab.
I will update it from time to time, so you can also use it to see some of the dungeon story details there.
The first table I made with it is this one:
<table>
<tbody>
<tr>
<td style="text-align: center; background-color: #64c8dd" colspan="2">Floor Details</td>
</tr>
<tr>
<td>Floor Number</td>
<td>1</td>
</tr>
<tr>
<td>Floor Name</td>
<td>not set</td>
</tr>
<tr>
<td>Details</td>
<td>A name and Details will give advice to Adventurers about the floor. As such it is usually set by adventurers by repeating a name over and over while discussing it. If a dungeon sets a name, it needs to be a truthfull description (only possible to set this with [Sapient] ability of the core)</td>
</tr>
<tr>
<td>Floor Environment</td>
<td>Medieval Cellar</td>
</tr>
<tr>
<td>Environment Rank</td>
<td>[Limited]</td>
</tr>
<tr>
<td>Details</td>
<td>Rough stone masonry walls with functioning torches.
Reading on Amazon or a pirate site? This novel is from Royal Road. Support the author by reading it there.No effect other than Light</td>
</tr>
<tr>
<td>Floor Effect</td>
<td>[Safe]</td>
</tr>
<tr>
<td>Effect Rank</td>
<td>[Limited]</td>
</tr>
<tr>
<td>Details</td>
<td>One [Safe] effect is required for each rank of 10 floors.
The dungeon cannot place traps or plagues on this floor.
All Spawns and Swarms get the [Timid] Effect if they see anyone not belonging to the dungeon.
Enables Placement of several special room structures that cannot work on a floor without [Safe] effect.</td>
</tr>
<tr>
<td style="text-align: center; background-color: #64c8dd" colspan="2">Explorer Details</td>
</tr>
<tr>
<td>Explorers on Floor</td>
<td>0</td>
</tr>
<tr>
<td>Best Explorer Rank</td>
<td>none</td>
</tr>
<tr>
<td>Best Explorer Class</td>
<td>none</td>
</tr>
<tr>
<td>Phases available</td>
<td>1</td>
</tr>
<tr>
<td>Phases occupied</td>
<td>0</td>
</tr>
<tr>
<td>Floor Status</td>
<td>none</td>
</tr>
</tbody>
</table>