ricky_vancouver Posted December 13, 2010 Share Posted December 13, 2010 Hello. I am using forms, and i am getting large edit boxes for some reason...i can;t quite understnad....does anyone know how to shink them down? they are to big vertically....and i donno how to make it smaller even though i got row set to 1. <form method="post" name="idform"> <table align="center" width="550" border="0" cellpadding="2" cellspacing="1"> <tr> <td height="20" width="100">First ID:</td> <td> <textarea name="id1" cols="40" rows="1" id="id1"></textarea></td> </tr> <tr> <td width="100">Last ID:</td> <td> <textarea name="id2" cols="40" rows="1" id="id2"></textarea></td> </tr> <tr> <td width="100"> </td> <td> <input name="btnId" type="submit" id="btnId" value="Load Products""> </td> </tr> </td> </tr> </table> </table> </form> Link to comment https://forums.phpfreaks.com/topic/221471-incorrect-form-behaviour/ Share on other sites More sharing options...
Adam Posted December 13, 2010 Share Posted December 13, 2010 Most likely you have a CSS declaration somewhere else in the code that's increasing the size. Look for in-line <style> tags or external CSS <link> tags.. Then post the content of those. Link to comment https://forums.phpfreaks.com/topic/221471-incorrect-form-behaviour/#findComment-1146637 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.