I have to generate reports in Excel formats.I send the appropriate content type through header() function of PHP.But I can't get the <td> colors when using css sheets.
echo "<tr><td align='center' class='graybg'>$name</td></tr>";
Neither the data is aligned center nor the bgcolor becomes gray as defined in css..