Hai,
i am using below code for text area
The output textarea is having its height according to the rows i specified .Code:<textarea id="t" rows="20" cols="100" ></textarea>
But its width is always constant(small) even i change that cols .
Where am i wrong ?
tested in chrome and mozilla .
Thanks
