Hello,
I am using a table with 1 column and three rows. I would like to give all 3 rows a solid, continuous background color. How could I do this?
Thanks in advance,
John
echo "<table class=\"samplesrec\">";
echo '<tr class="class2">';
echo '<td class="sitename1"></td>';
echo '</tr>';
echo '<tr>';
echo '<td class="sitename2name"></td>';
echo '</tr>';
echo '<tr>';
echo '<td class="sitename2"></td>';
echo '</tr>';
echo "</table>";