Hello, as I understand table is only possible with html format for premium users.
Well, I am a premium user, but still cant insert a table in a forum post.
When I insert it, all I see is code?
What am I doing wrong?
Her is the code:
<table style="undefined;table-layout: fixed; width: 789px">
<colgroup>
<col style="width: 275px">
<col style="width: 91px">
<col style="width: 86px">
<col style="width: 86px">
<col style="width: 150px">
<col style="width: 101px">
</colgroup>
<tr>
<th>Structure:</th>
<th>Type:</th>
<th>Floors:</th>
<th>Lots:</th>
<th>Maintenance / Hour:</th>
<th>Storage:</th>
</tr>
<tr>
<td>Small Corellian House Style 1 floor plan 1</td>
<td>Housing</td>
<td>1</td>
<td>2</td>
<td>8</td>
<td>200</td>
</tr>
<tr>
<td>Small Corellian House Style 1 floor plan 2</td>
<td>Housing</td>
<td>1</td>
<td>2</td>
<td>8</td>
<td>200</td>
</tr>
<tr>
<td>Small Corellian House Style 2 floor plan 1</td>
<td>Housing</td>
<td>1</td>
<td>2</td>
<td>8</td>
<td>200</td>
</tr>
<tr>
<td>Small Corellian House Style 2 floor plan 2</td>
<td>Housing</td>
<td>1</td>
<td>2</td>
<td>8</td>
<td>200</td>
</tr>
<tr>
<td>Medium Corellian House Style 1</td>
<td>Housing</td>
<td>1</td>
<td>2</td>
<td>18</td>
<td>200</td>
</tr>
<tr>
<td>Medium Corellian House Style 2</td>
<td>Housing</td>
<td>1</td>
<td>2</td>
<td>18</td>
<td>200</td>
</tr>
<tr>
<td>Large Corellian House Style 1</td>
<td>Housing</td>
<td>2</td>
<td>5</td>
<td>26</td>
<td>500</td>
</tr>
<tr>
<td>Large Corellian House Style 2</td>
<td>Housing</td>
<td>2</td>
<td>5</td>
<td>26</td>
<td>500</td>
</tr>
<tr>
<td>Corellian Guild Hall</td>
<td>Housing</td>
<td>2</td>
<td>5</td>
<td>100</td>
<td>400</td>
</tr>
<tr>
<td>Small Tatooine House Style 1</td>
<td>Housing</td>
<td>1</td>
<td>2</td>
<td>8</td>
<td>200</td>
</tr>
<tr>
<td>Fusion Power Generator </td>
<td>Installations</td>
<td>19</td>
<td>1</td>
<td>30</td>
<td>-</td>
</tr>
</table>