customizing blog calendar
How can I get the calendar to place above the listings instead of next to it? Here's the code I have palced:
<?php
$EPCBLOG=1;
require("calendar.php");
?> </td>
<td align="center" valign="top" bgcolor="#F2F2F2"><?php
$EPCBLOG=2;
$template="blog.php";
$DF = "l, F j, Y";
require("calendar.php");
?>
|