Template for the table that Monda used. Note that when posting the actual table you must write it all on one line, or you will have a large area of empty space above the table. (It's something with how the board reads html, I've no idea why it happens but it does.)

<center><font size="5"><b>AREA NAME</b></font><br/>(Heading for the table)

<table width="500" bgcolor="#848C84" border="0" cellpadding="3" cellspacing="3"> (Start of table)

<tr> (Put this before each row, it starts a row)

<td bgcolor="#6c6c6c"><b>ENEMY NAME HERE:</b></td> (First cell in row. Monda is using this cell for enemy names this time)

<td align="center" bgcolor="#636363">ITEMS LISTED HERE</td> (Second cell in the row. Monda is using this cell for the items that can be stolen)

</tr> (Ends row. Make sure you have this every time you want to finish a row.)

(Copy the lines between the <tr> and the </tr> for each row that you want to include.)

</table> (Ends table. Make sure you have this every time you want to finish a table. It will do really weird things to the forums if you forget to put it!)

If you have any questions just ask. I set it up so all you have to do is replace the parts where I typed in caps with whatever you want to put and then make sure all the html is on one line and your ready to go.