how to adjust height in 2rows textarea.it look ok in ie.but collaps height in ff.
bellow is code

<td valign="top">
    <label>
    <textarea name="textarea" cols="21" rows="2"></textarea>
      </label>
  </td>

I check your code and it is ok. Can I know what problem do you have? If you want to control the height of 'textarea', try with 'CSS', it will be more flexible and effective than HTML attribute.

when we used 2rows textarea i think it takes height bydefault bcoz in ie when we give specific height it show ok but in ff it dosent work

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.