Tables can be intimidating to read... but if we start simple and build from there..soon you will be using tables in all your websites and sigs.All tables have some codes in common... called tags...such as table, td and tr.
The table tag tells your LBB or pc to place the images or words in a table which is like a house. Just like with a sig or website the default placement is to the left.
The td tag is like a room... images or words are placed inside the td tags.
The tr tag tells how many "floors" your "house" has.
Each opening tag also has a closing tag...just by placing a / in front of it.
<table><tr><td>info or image</td></tr></table>
If you fail to close your table tags in the opposite order made your table won't work. Another way to visualize this is like
123info/3/2/1I'll demonstrate a simple 2 "room" table below.