[spoiler]http://i.imgur.com/5WGDf5y.png[/spoiler][spoiler]http://i.imgur.com/SxKuTib.png[/spoiler]
-
Edited by Malfar: 6/2/2013 2:45:58 PMLet me guess, IE10 on Windows 7? Oh God... I've been spending too much time with HTML... It's an issue that IE10 has when formatting malformed tables. From what I can tell, there are <td>s in <td>s. [quote] .....</tr> </table> <td><label>To master the game</label></td> </td>...[/quote] .. should be ... [quote].... </tr> </table> </td> <td><label>To master the game</label></td>...[/quote] Notice how the table data close tag was moved...