FWIW, here's the code I use to display the calendar right now:
<p class="Header"> <iframe width=700 height=1200 src="http://www.sitename.com/cgi-bin/calendar.pl?calendar=default" align=left >
<ilayer src="http://www.sitename.com/cgi-bin/calendar.pl?calendar=default" left="-1">
</ilayer>
<nolayer> <a href="http://www.sitename.com/cgi-bin/calendar.pl?calendar=default">click
here for calendar, use 'back' button to return</a> </nolayer> In order
to see this page correctly you'll need Internet Explorer or the latest
Netscape Navigator. </iframe></p>
I use IE 5.5 and get a frame as display, not a layer. I tried leaving the iframe part out, but that displays nothing.
I really like this calendar, but I need to solve this display problem before I can go live with it. Is there some way to have the frame size dynamic? I.e. the correct size needed w/o scroll bars? Having two sets of scroll bars (browser and frame) on the page is confusing and kind of ugly.
Thanks so much!
------------------