…already solved that. It just needed to hack a little wp-calendar.php file.
find the line
<?php echo calendar(); ?>
and add 2 lines to make it look like this:
<div id=”content”>
<?php echo calendar(); ?>
</div>
I have succeeded bringing your great calendar to my WordPress site.
The problem is, it spans all over the width of the browser windows so it overlaps sidebar.
http://albi.divegear.cz/calendar
Any idea? Im using Opera browser running on linux machine.