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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.