Omg! Remember when I was complaining about weird ass spaces appearing before tables? I figure out how to do away with them! You need to remove all useless spaces within the table code. Usually I like my code to look neat, since it's easier to edit out. So it'd be looking something like (gonna replace square brackets for parenthesis so yall can see the code): [indent](table)(row)(/row) (row)(cell)insert text(/cell)(cell)insert following text)(/cell)(/row) (row)(cell)insert text(/cell)(cell)insert following text)(/cell)(/row) (row)(cell)insert text(/cell)(cell)insert following text)(/cell)(/row)(/table)[/indent] Which results in: [table][row][/row] [row][cell]insert text[/cell][cell]insert following text[/cell][/row] [row][cell]insert text[/cell][cell]insert following text[/cell][/row] [row][cell]insert text[/cell][cell]insert following text[/cell][/row][/table] However, by ridding the code of all useless spaces (ie, the paragraphs after each row), it also removes the weird ass space that happens above the table. So: [indent](table)(row)(/row)(row)(cell)insert text(/cell)(cell)insert following text)(/cell)(/row)(row)(cell)insert text(/cell)(cell)insert following text)(/cell)(/row)(row)(cell)insert text(/cell)(cell)insert following text)(/cell)(/row)(/table)[/indent] Although this looks like a fucking mess, it would actually result in: [table][row][/row][row][cell]insert text[/cell][cell]insert following text[/cell][/row][row][cell]insert text[/cell][cell]insert following text[/cell][/row][row][cell]insert text[/cell][cell]insert following text[/cell][/row][/table] Which, in my humble opinion, looks 99999x better! Dunno if yall already figured this shit out, but I'll share just in case!