Hi Brian,
I applied the items you mentioned as demonstrated here but this did not work. I am not conversant in PHP.
<table class=navTable cellspacing=0 cellpadding=0>
<tr>
<td align=left><a href="calendar.php?$mo-1&yr-1"><span><<
Previous</span></a></td>
<td align=center><a href="calendar.php?mo=05&yr=2005"><span>- Current
-</span></a></td>
<td align=right><a href="calendar.php?$mo+1&yr+1"><span>Next >>
</span></a></td>
</tr>
</table>
|