Does class="X" work with php?

asleep_

New member
I'm trying to make it echo with a table. and the table with a certain class to pull a style from css.

echo '<table class=\"tdcop\" width=\"197\" border=\"1\" cellspacing=\"1\" cellpadding=\"1\">';

will that work?
 
Back
Top