Jump to content

[SOLVED] How To Set Length For Textarea


marukochan

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.