check SHOWTHREAD to fix above issue
---------
TIPS
close all your <images> properly
HTML Code:
<img src="/streetrod/misc/cattitle_left.gif" width="35" height="47">
should be
HTML Code:
<img src="/streetrod/misc/cattitle_left.gif" width="35" height="47" />
(pay attention to the closing brackets)
do not use
HTML Code:
background="/streetrod/misc/footer_top.gif"
use
HTML Code:
style="background: transparent url(/streetrod/misc/footer_top.gif)
do not use <center>, <font>