At the top of the Post.aspx file their is a javascript AutoSizeWindow() command which doesn't work to well on some browsers. You can either remove it and let it assume the default window size or you can force the size you want with something like.
window.resizeTo(width,heighth);
or you can go into Common.js and try to fix the AutoSizeWindow.
When someone clicks on REPLY to reply to a message, the message window that pops up isn't large enough to show the "FROM" line, "SUBJECT" line, etc.
To see what I mean, go to http://sjforums.newsgrouphosting.com , open any message, and click on "REPLY".
How do I fix that?
Thanks.
--alb