Hello Brian, I am glad that it is possible,
But i do not get it working with the php code.
The total code i used is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Spirituele agenda</title>
<link rel="stylesheet" href="
http://www.webdesign-cs.com/lericrys...aranormaal.css" type="text/css">
<?php $CSS=1; require("/home/lericr/domains/le-ri-crystal.nl/public_html/calendar/calendar.php"); ?>
</head>
<body>
<p class="style5">spirituele activiteiten van deze maand: <br />
</p>
<table width="308" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="144"> </td>
<td width="56"></td>
</tr>
</table>
<?php
$LIST=1;
$showCat=3;
$DF = "M jS, Y (D)";
$template="modern.php";
require("/home/lericr/domains/le-ri-crystal.nl/public_html/calendar/calendar.php");?>
<?php $OL=1; require("/home/lericr/domains/le-ri-crystal.nl/public_html/calendar/calendar.php"); ?>
<?php
$yb=$yr;
$yf=$yr;
$mb=$mo-1;
if ($mb<1) {$mb=12; $yb=$yr-1;}
$mf=$mo+1;
if ($mf>12) {$mf=1; $yf=$yr+1;}
$cmo = gmdate("m",time()+($gmt*3600)+($dayLight*3600));
$cyr = gmdate("Y",time()+($gmt*3600)+($dayLight*3600));
?>
</body>
</html>