elbeato
Hi all again. I couldn't reply to my last post "Message Field Required"? Anyway props to "elbeato" for helping me out. My textarea is now indented on the first line. Is there any way to align the text in a textarea?
<td align="right">Additional Training</td>
<td colspan="5">
<textarea name='AdditionalTraining' rows=6 cols=70 readonly="enabled">
<?php echo $AdditionalTraining; ?>
</textarea>
</td>