Jump to content

Strange form behaviour


ReVeR

Recommended Posts

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.
[code]
<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">&nbsp;</td>
       <td>
        <input name="btnId" type="submit" id="btnId" value="Load Products"">
     </td>
    </tr>
    </td>
    </tr>
    </table>
    </table>
    </form>
[/code]
Link to comment
https://forums.phpfreaks.com/topic/5285-strange-form-behaviour/
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.