Code given below
[CODE=php]
echo <<
<style type="text/css">
table, tr, td, th, tbody, TR, TD{
font-family: Verdana;
font-size: 8pt;
font-size: 11;
color: #000000;
border-font-size: 11;
color: #000000;
border-collapse: collapse;
}
</style>
<table border="l" cellpadding="l" width="98%">
<tr>
<td align="center" colspan="7" bgcolor="#99999 9"> $Current_Day_Na me,$Current_Mon th_Name, $Current_Year
</tr>
<tr>
$Day_Names
</tr>
<tr>
$Cal_Weeks_Days
<tr>
</table>
HTML;
?> (line no 103)[/CODE]
[CODE=php]
echo <<
<style type="text/css">
table, tr, td, th, tbody, TR, TD{
font-family: Verdana;
font-size: 8pt;
font-size: 11;
color: #000000;
border-font-size: 11;
color: #000000;
border-collapse: collapse;
}
</style>
<table border="l" cellpadding="l" width="98%">
<tr>
<td align="center" colspan="7" bgcolor="#99999 9"> $Current_Day_Na me,$Current_Mon th_Name, $Current_Year
</tr>
<tr>
$Day_Names
</tr>
<tr>
$Cal_Weeks_Days
<tr>
</table>
HTML;
?> (line no 103)[/CODE]
Comment