Sorry, just got back, I see its sorted now. I forgot to say about having php in results.php
Anyway, for your width
replace
Code:
<textarea name="comments" cols="60" rows="6"></textarea>
with
Code:
<textarea name="comments" cols="35" rows="6"></textarea>
This is roughly the right size
|