
There's another meme going around that has broken code in it. The Obituary Meme found here: http://www.quizgalaxy.com/quiz.php?id=114 Has a missing /tr tag.
This might cause friend pages to display improperly, in a very annoying manner.
Here's the code in question:
<center><table background="#FFFFFF" border="0" style="border: 1px solid black;"width="410">
<tr height="20"><td></td></tr>
<tr><td align="center"><img style="border: 3px solid black;" src="http://img.quizgalaxy.com/obituary-jakkal-2-5-10.jpg" alt="QuizGalaxy!" /></td></tr>
<tr height="20"><td></td></tr>
<tr><td align="center" style="font-size: 8pt;"><a style="color: #FF0000;" href="http://www.quizgalaxy.com/quiz.php?id=114">'What will your obituary say?'</a> at <a href="http://www.quizgalaxy.com" style="color: #FF0000;">QuizGalaxy.com</a></td></table></center>
You need to put a </tr> between the underlined </td></table> tags.