This is awesome, thank you so much
Scorpius!
One forum-related tip I'll add is to make posted-code easier to read, there is a formatting-option in the forum itself. It's above the 'Your Message' box, towards the right, and looks like a bold
# symbol.
When you use it, the code is formatted like this:
Code:
<table> (start the table>
<tr> (start a row)
<td> (start a cell)
This text would appear in your first cell of your first row.
</td> (end your cell)
</tr> (end the row)
</table> (end your table)
Cheers!