IN THE MIDNIGHT HOUR... I keep comparing the html output of the calendar on this site with the one on my site. They should be roughly the same as I am using the same default template. But the only diff is that mine was in a nested table. I thought this would not make a difference.
it was
<table width="100%">
<tr><td>
**my header**
</td></tr>
<tr><td>
<table width="100%><tr><td>
**calendarscript**</td></tr>
</table>
</td></tr>
</table>
But in the Netscape 4.8, the calendar was stretched way past the screen.
I un-nested the tables and viola! it works..
What I don't understand is why it didn't like the nested table. I mean the script generates nested tables itself?!?!?
Thanks for your help Dan-O ....
------------------
[This message has been edited by Alvy (edited September 04, 2003).]