I added the Events Calendar to the bottom of my active.asp (by inserting a single line include cal_default) but it shows a thick black line at the bottom of it's window. It looks fine in default.asp.
Not a big deal, but I'd love to know _why_ it's happening.?
TIA
quote: end if end if %> <!--#include file="inc_activeusers.asp"--> <%
Off hand (I'm not using the MOD at the moment) I wonder if it might not be the line break (<br />) after the calendar table....
Just guessing, but I bet its used to space the calendar table from the forum on default.asp.
Because the forums use a "background table" to show border color, the extra line break is showing more of the background table cell than you probably want.
I suspect that if you were to move the calendar outside of that particular table the problem would be fixed.... just don't forget your backups!