marukochan Posted March 5, 2007 Share Posted March 5, 2007 I welcome any help. I'm trying to set the length of textarea box to 300px but fail to get it. For text field, what I do is html : <tr> <td>Client</td> <td>:</td> <td><input type="text" name="client" id="text_area"></td> </tr> css : input#text_area { width: 300px; } It worked for text field, so for textarea I did the same. <tr> <td>Description</td> <td>:</td> <td><textarea name="description" id="text_area"></textarea></td> </tr> Unfortunately, it did not work. How do I make it work? Thanks Quote Link to comment Share on other sites More sharing options...
marukochan Posted March 5, 2007 Author Share Posted March 5, 2007 OK... solved. robcrozier has posted similar problem & the answer is already there. TQ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.