1. The textarea width. It doesnt matter how many columns I put in, its always the same width if the table is in a .php page. in a plain .html page, the text area grows and shrinks as asked. Same problem in firefox and IE. WHY!?!?!?!
2. The wrapping. Doesnt matter what I do in firefox, it wont wrap at all. It just goes off on one long long line, both in php and html forms. On IE this doesnt happen. Doesnt matter what I put in the wrap attribute, or if I leave it out. See what I mean at http://www.wscc.org.au/markets/enquiry.php At the moment I'm just bouncing the email back to sender.
Code: Select all
<tr>
<td valign="top">Query</td>
<td>
<textarea name="Query" rows="10" cols="50" wrap = "virtual"></textarea>
</td>
</tr>
IE
