I want to add a class on my td. So i can modify it with css. But everytime i write td class right, my page stops work.
It this possible what im tryin to do? Or do i have to do it some other way?
$test= database_result($queryexe, 'MyDatabase');
Print("<td class="right">$test</td>\n");
td.right{
text-align: right;"
}