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 Link to comment https://forums.phpfreaks.com/topic/41227-solved-how-to-set-length-for-textarea/ 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 Link to comment https://forums.phpfreaks.com/topic/41227-solved-how-to-set-length-for-textarea/#findComment-199699 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.