Hi, I have created a large multi-page form, and on one page there are three related Textboxes. I've displayed the Textboxes aligned horizontally, rather than vertically. Note: After creating the initial form, I duplicated it and then turned off AutoGeneration to edit the styles. Then I removed the </tr> <tr> between the last two rows to get all the textboxes to line up in the same row. BUT, the last two items are right-justified, not left-justified.
Can someone suggest a style or css change to get the last two items to line up closer to the left?
Thanks very much, Ian
(I have tried both <td style="align:left"> and <td align="left">, neither worked.)
<tr>
<td style="width:400px">{Grade:caption}</td>
<td>{Grade:body}<div class="formClr"></div>{Grade:validation}</td>
<td>{Student Grade:description}</td>
<td style="width:200px">{Students:caption}</td>
<td>{Students:body}<div class="formClr"></div>{Students:validation}</td>
<td>{Students:description}</td>
<td style="width:200px">{Teachers:caption}</td>
<td>{Teachers:body}<div class="formClr"></div>{Teachers:validation}</td>
<td>{Teachers:description}</td>
</tr>