In the table where the calendar is displayed, you have defined that the table should be 100% wide and centered.
HTML Code:
<table width="100%" align="center">
<tr><td align="center">
change it to this
HTML Code:
<table width="750" align="left">
<tr><td align="center">
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|