Jump to content

Form Help


danlew

Recommended Posts

Im making a form like so:

 

 

  <td height="317" valign="bottom" background="images/left2.gif"><div align="center">

                <table width="180" border="0" align="center" cellpadding="3" cellspacing="0">

                  <tr>

                    <td><div align="center">

                      <input type="text" name="email" onFocus="this.value=''" value="Email Address">

                      </div></td>

                        </tr>

                  <tr>

                    <td><div align="center">

                      <input type="text" name="biz_type" onFocus="this.value=''" value="Business Type">

                      </div></td>

                        </tr>

                  <tr>

                    <td><div align="center">

                      <input type="text" name="budget" onFocus="this.value=''" value="Budget">

                      </div></td>

                        </tr>

                  <tr>

                    <td><div align="center">

                      <input type="text" name="location" onFocus="this.value=''" value="Location">

                      </div></td>

                        </tr>

                  <tr>

                      <td><input type= image src="images/go2.gif" value="Submit" name="buy_submit"></td>

                        </form>

 

but when i add an extra line of code such as this;

 

<form method="POST" action="buy-submit.php">

              <td height="317" valign="bottom" background="images/left2.gif"><div align="center">

                <table width="180" border="0" align="center" cellpadding="3" cellspacing="0">

                  <tr>

                    <td><div align="center">

                      <input type="text" name="email" onFocus="this.value=''" value="Email Address">

                      </div></td>

                        </tr>

                  <tr>

                    <td><div align="center">

                      <input type="text" name="biz_type" onFocus="this.value=''" value="Business Type">

                      </div></td>

                        </tr>

                  <tr>

                    <td><div align="center">

                      <input type="text" name="budget" onFocus="this.value=''" value="Budget">

                      </div></td>

                        </tr>

                  <tr>

                    <td><div align="center">

                      <input type="text" name="location" onFocus="this.value=''" value="Location">

                      </div></td>

                        </tr>

                  <tr>

                    <td><input type= image src="images/go2.gif" value="Submit" name="buy_submit"></td>

                    </form>

 

It throws the whole page out of wack in dreamweaver?

 

Is there a simple solution to adding this extra line of code <form method="POST" action="buy-submit.php"> somewhere oin the form without it making the tables and doc in dreamweaver go all over the place

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.