Hi,
I'm seeing some strange behavior on an MTOS 4.32 installation. The site in question is here: http://www.madleet.net/internet
When someone posts a comment, they're redirected to mt-comments.cgi, of course. But All they get there is the text "original entry," which is sometimes just a javascript link to back(). Is there something I need to edit to just make it redirect back to the original entry? Have I accidentally deleted something that was supposed to handle that?
Reported on Movable Type 4.3

Kfx, a comment post can either preview the comment or post it permanently. This setting can be changed in the blog preferences in the CMS. Regardless of which is chosen, mt-comments picks out a template to render the preview or final comment listing. These templates are modules that need to be updated per the site's css and formatting.
hope this helps!
Yep, it was my CSS. I edited the template to wrap the message in some .asset-class div tags and now it works right. Thanks for pointing me in the right direction.