Tables

I probably should know how to do this by now, but I don't.

1. How do you make a table (give code and explain please)

2. Images in tables?
 
The second part is really hard, but not impossible.
I actually did try to remake an 8-bit Link on this Forums, using Tables, but it turned out to be scratched out.

On the first part:
Code:
[table]
[tr]
[td]Yami[/td]
[td]NSM[/td]
[/tr]
[tr]
[td]1[/td]
[td]0[/td]
[/tr]
[/table]
Becomes:
YamiNSM
10

The "table" part defines a start and stop for being a Table.
The "tr" part defines a new query, and the "td" part defines the contents of these queries.
 
Well, Steve could consider to try installing this one:
http://custom.simplemachines.org/mods/index.php?mod=1690
This'll make the Tables look nice, although making Table-based images won't be possible anymore.
 
Back