View Full Version : Text field won't change size in iWeb???
nigelivy
Oct 26, 2009, 07:05 PM
Hi,
I have several text fields in my website on iWeb that are set to 850 pixels high, and they will not change their height.
Is there any reason for this? Is there a lock feature? Is this an iWeb error?
Thanks for any help,
Nigel
SrWebDeveloper
Oct 27, 2009, 09:12 AM
Assuming you mean textarea tag and you've got the attributes correctly named and set (I'm referring to rows, cols)...
Assign a class or ID and set the size via CSS, i.e.
HTML:
<textarea id="custom_textarea" rows="5" cols="120"></textarea>
CSS:
textarea#custom_textarea { height: 850px }
Or maybe there is a global selector set in your CSS somewhere named the same as the HTML tag (textarea) which changes the style.
Next time please include a link to the page so we can see it, if possible. We can examine the source including any CSS and help you better. The link in your sig is broken when I tried it.
-jim
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.