If you look at the attached file. The rows in the far left column starting with Period1 is not lined up with its corresponding row. How do I get it to line up?
Printable View
If you look at the attached file. The rows in the far left column starting with Period1 is not lined up with its corresponding row. How do I get it to line up?
Set the <td> align attribute to "center"
You mean like this?
<td align="center">
<B>Period 1 Period 2 Period 3 Period 4 Period 5 Period 6 Period 7 Period 8 Period 9
Period 10 Period 11 Period 12 Period 13 CY Totals</B>
</td>
This aligns then in the center of the column but it doesn't align them with the row, meaning the text boxes to the right?
add more rows to your table so that each "period" and each text box is in its own <td></td>. Then they wil all line up.