I have a text area like this
<textarea rows=4 name=txtAction cols='67%'></textarea>
but instead of the percentage I want to expand the textarea element to certain pixels. I know that my screen width is 1024. Now if I want to expand the text area to 550 pixels, how can I do that. Any help would be highly appreciated.
thanks.
<textarea rows=4 name=txtAction cols='67%'></textarea>
but instead of the percentage I want to expand the textarea element to certain pixels. I know that my screen width is 1024. Now if I want to expand the text area to 550 pixels, how can I do that. Any help would be highly appreciated.
thanks.