Forum Moderators: coopster
In other words:
echo "<td>$id</td>\n";
would work o.k. But for the second one you might have to do something like:
echo '<span style="font-variant: small-caps">';
echo "<font color='#0000FF'>$id</font></td>\n";
Notice the single and double quotes...