# PHP and HTML class

**URL:** https://forum.kirupa.com/t/php-and-html-class/312654
**Category:** programming
**Created:** [August 10, 2010, 2:32am UTC](https://forum.kirupa.com/t/php-and-html-class/312654 "2010-08-10T02:32:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![spyderfx](https://avatars.discourse-cdn.com/v4/letter/s/c2a13f/32.png) [@spyderfx](https://forum.kirupa.com/u/spyderfx)
#### Post date: [August 10, 2010, 2:32am UTC](https://forum.kirupa.com/t/php-and-html-class/312654/1 "2010-08-10T02:32:02Z")

</div>

I’m trying to style my table with a class I have in css. For this particular table, the rows are created in PHP. For some reason this isn’t working:

```auto

echo ("<tr class='seeall3'>");

```

I looked in firebug and it didn’t recognize any formatting from that class. Anyone see something wrong with the way I wrote this?

Thanks
