It's tricky when posting tables in vBulletin, because every new line in the textbox is translated to <br /> when you post. This means that you have to keep everything on the same line unless you specifically want to put a line break in. In the code box below, you can see that even between the end of one <tr> and the beginning of the next, it's even changing those line breaks into <br />s. Additionally, if you put content inside a table, but not in a tr or a td, then you're going to see that content render outside of the table. In this case, all of the line breaks are rendering outside of the table, and also the first block of text from the link to the thread until "Victory: Town".

What you need to do is make sure all of that is inside a <tr><td></td></tr>, and then put all of the elements in the table onto the same line (as per the first few tables in the post). If there's text needs a line break, then it's safe to have that there, so long as it's inside a td.

PHP Code:
<table width="5" height="1" cellpadding="5" cellspacing="5" summary="Mafia V part 1" border="0">
[
URL="http://forums.eyesonff.com/mafia/113951-mafia-v-official-game-thread-day-7-game-over-town-win.html"][B]Mafia Vhosted by qwertyxsora and Psychotic[/B].[/URL]
Theme: Final Fantasy
Victory
Town
<tr><td>Aeris</td>
<
td>[B][COLOR="Lime"]Mason[/COLOR][/B]</td>
<
td>Raebus Shauna</td>
<
td>Survivedwinner</td>
</
tr>
<
tr>
<
td>Auron</td>
<
td>[B][COLOR="Red"]Mafia Ninja[/COLOR][/B]</td>
<
td>oddler</td>
<
td>Shot night 3loser</td>
</
tr>
<
tr>
<
td>Barret</td>
<
td>[B][COLOR="Magenta"]Roleblocker[/COLOR][/B]</td>
<
td>Captain Maxx Power</td>
<
td>Shot night threewinner</td>
</
tr>
<
tr>
<
td>Basch</td>
<
td>[B][COLOR="Yellow"]Faith Healer[/COLOR][/B]</td>
<
td>Aerith's Knight</td>
<td>Hit by a meteor and shot night 4, winner</td>
</tr>
<tr>
<td>Cid</td>
<td>[B][COLOR="lime"]Nexus[/COLOR][/B]</td>
<td>Dolentrean</td>
<td>Survived, winner</td>
</tr>
<tr>
<td>Cyan</td>
<td>[B][COLOR="lime"]Mason[/COLOR][/B]</td>
<td>fire_of_avalon</td>
<td>Trampled by chocobos night 2, winner</td>
</tr>
<tr>
<td>Edgar</td>
<td>[B][COLOR="Red"]Mafia cop[/COLOR][/B]</td>
<td>leader of mortals and Goldenboko</td>
<td>Lynched day 7</td>
</tr>
<tr>
<td>Edge</td>
<td>[B][COLOR="Orange"]Vigilante[/COLOR][/B]</td>
<td>Kentarou and Shiny</td>
<td>Sledgehammered night 4, winner</td>
</tr>
<tr>
<td>Faris</td>
<td>[B][COLOR="Blue"]Survivor[/COLOR][/B]</td>
<td>Bahamut2000X</td>
<td>Toastered night 4</td>
</tr>
<tr>
<td>Firion</td>
<td>[B][COLOR="lime"]Miller[/COLOR][/B]</td>
<td>Lekana</td>
<td>Survived, Winner</td>
</tr>
<tr>
<td>Fran</td>
<td>[B][COLOR="Red"]Mafia Goon[/COLOR][/B]</td>
<td>Miriel</td>
<td>Lynched day 5</td>
</tr>
<tr>
<td>Freya</td>
<td>[B][COLOR="lime"]Wanabee Mafia Usurper[/COLOR][/B]</td>
<td>Jessweee and death by moogles</td>
<td>lynched day 4, winner</td>
</tr>
<tr>
<td>Ingus</td>
<td>[B][COLOR="lime"]Saulus[/COLOR][/B]</td>
<td>Goldenboko</td>
<td>Restuant booth'
d night 1semi winner</td>
</
tr>
<
tr>
<
td>Irvine</td>
<
td>[B][COLOR="Red"]Lover(killer)</[/COLOR][/B]td>
<
td>Denmark</td>
<
td>Decapitated night 2</td>
</
tr>
<
tr>
<
td>Lulu</td>
<
td>[B][COLOR="red"]Lover(Doctor)[/COLOR][/B]</td>
<
td>Demon Dude</td>
<
td>lynched day 2</td>
</
tr>
<
tr>
<
td>Mog</td>
<
td>[B][COLOR="Cyan"]Watcher[/COLOR][/B]</td>
<
td>Sheep</td>
<
td>lynched day 3<, winner</td>
</
tr>
<
tr>
<
td>Quina</td>
<
td>[B][COLOR="red"]Mafia Godfather[/COLOR][/B]</td>
<
td>Roto13</td>
<
td>Lynched day 6</td>
</
tr>
<
tr>
<
td>Ramza</td>
<
td>[B][COLOR="Yellow"]Jailk[/COLOR][COLOR="Magenta"]eeper[/COLOR][/B]</td>
<
td>Neocracker</td>
<
td>pummeled to death night 6winner</td>
</
tr>
<
tr>
<
td>Rinoa</td>
<
td>[B][COLOR="Cyan"]Gunsmith[/COLOR][/B]</td>
<
td>Del Murder</td>
<
td>Survivedwinner</td>
</
tr>
<
tr>
<
td>Rydia</td>
<
td>[B][COLOR="Lime"]Hider[/COLOR][/B]</td>
<
td>Shiny</td>
<
td>Lynched day 1winner</td>
</
tr>
<
tr>
<
td>Terra</td>
<
td>[B][COLOR="Cyan"]Tracker[/COLOR][/B]</td>
<
td>Sir Lancealot</td>
<
td>Stapped night 2winner</td>
</
tr>
<
tr>
<
td>Vivi</td>
<
td>[B][COLOR="Blue"]Jester[/COLOR][/B]</td>
<
td>Sergent Hartman</td>
<
td>Killed self day 7</td>
</
tr>
</
table