PHP and HTML class

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:


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