smerny Posted July 23, 2009 Share Posted July 23, 2009 Is there anyway to adjust the size of textarea besides cols and rows? for example right now I have a text area that I want to have a width 100% of the div it is in, which doesn't always have the same size itself Quote Link to comment Share on other sites More sharing options...
akitchin Posted July 23, 2009 Share Posted July 23, 2009 have you tried style="width: 100%;"? not sure if this would work, but it's worth a shot. Quote Link to comment Share on other sites More sharing options...
smerny Posted July 23, 2009 Author Share Posted July 23, 2009 does work, thanks Quote Link to comment Share on other sites More sharing options...
haku Posted July 24, 2009 Share Posted July 24, 2009 Make sure you still set the rows and columns - they are required for valid code (in XHTML at least). 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.