You're missing a > at the end of the img src part of the code that is fucking things up a lot.
PHP Code:
You have:
<img border="0" src="../../images/pornlistbitchpic.jpg" width="60" height="50" alt="porn list bitch bbw"</a></td>
Should be:
<img border="0" src="../../images/pornlistbitchpic.jpg" width="60" height="50" alt="porn list bitch bbw"></a></td>