HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
HTML woes
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
scr62_1



Joined: 11 Apr 2008
Posts: 4

PostPosted: Fri Apr 11, 2008 12:35 am     HTML woes Reply with quote

I'm totally desperate.
I'm using Mike-row-soft expression web to build a web form. Being a complete novice I have most of the form I want done, but cannot finish it Sad

This is what I have so far

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CRT quantity</title>
<style type="text/css">
.style1 {
   font-family: Verdana;
   font-size: small;
}
.style3 {
   font-family: Verdana;
}
.style4 {
   text-align: center;
   font-family: Verdana;
   font-size: small;
}
</style>
</head>

<body vlink="#0000FF">

<table style="width: 100%">
   <tr>
      <td class="style1" style="width: 64px">CRT quantity</td>
      <td class="style1" style="width: 119px">Product name</td>
      <td class="style1" style="width: 102px">Product qty</td>
      <td class="style1" style="width: 107px">Product price</td>
      <td class="style1" style="width: 135px">Date range</td>
      <td class="style1" style="width: 120px">(or) Specific date</td>
   </tr>
   <tr>
      <td colspan="6" class="style4"><strong>**********The text below is an
      order example**********</strong></td>
   </tr>
   <tr>
      <td style="height: 23px; width: 64px" class="style1">3</td>
      <td style="height: 23px; width: 119px;" class="style1">Twin Fin Wine</td>
      <td style="height: 23px; width: 102px" class="style1">4</td>
      <td style="height: 23px; width: 107px" class="style1">$7.99</td>
      <td style="height: 23px; width: 135px;" class="style1">&nbsp;</td>
      <td style="height: 23px; width: 120px" class="style1">&nbsp;02/15/08</td>
   </tr>
   <tr>
      <td colspan="6" class="style4"><strong>*The line above shows that I need
      3 crts with 4 bottles of Twin Fin wine @ $7.99 each dated 02/15/08*</strong></td>
   </tr>
   <tr>
      <td style="height: 23px" colspan="6" class="style4"><strong>*Please do
      NOT change any of the above text. Start your order request on the next
      line please*</strong></td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px; height: 23px">
      <form method="post" style="width: 110px">
         <input name="Text1" type="text" /></form>
      &nbsp;</td>
      <td class="style3" style="height: 23px; width: 119px;">
      <form method="post">
         <input name="Text2" type="text" /></form>
      &nbsp;</td>
      <td style="width: 102px; height: 23px" class="style3">
      <form method="post">
         <input name="Text3" type="text" /></form>
      &nbsp;</td>
      <td style="width: 107px; height: 23px" class="style3">
      <form method="post">
         <input name="Text4" type="text" /></form>
      &nbsp;</td>
      <td class="style3" style="height: 23px; width: 135px;">
      <form method="post">
         <input name="Text5" type="text" /></form>
      &nbsp;</td>
      <td style="width: 120px; height: 23px" class="style3">
      <form method="post">
         <input name="Text6" type="text" /></form>
      &nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px; height: 22px"></td>
      <td class="style3" style="height: 22px; width: 119px;"></td>
      <td style="width: 102px; height: 22px" class="style3"></td>
      <td style="width: 107px; height: 22px" class="style3"></td>
      <td class="style3" style="height: 22px; width: 135px;"></td>
      <td style="width: 120px; height: 22px" class="style3"></td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
   <tr>
      <td class="style3" style="width: 64px">&nbsp;</td>
      <td class="style3" style="width: 119px">&nbsp;</td>
      <td style="width: 102px" class="style3">&nbsp;</td>
      <td style="width: 107px" class="style3">&nbsp;</td>
      <td class="style3" style="width: 135px">&nbsp;</td>
      <td style="width: 120px" class="style3">&nbsp;</td>
   </tr>
</table>
<p>
<form method="post">
   <a href="mailto:MrsSCRumpler62atcomcast.net?subject=CRT order form">
   <input name="Submit1" type="submit" value="submit" /></a></form>
&nbsp;</p>

</body>

</html>


But I need another 25 text input 'boxes' in EACH column & cannot for the life of me get that part right
Corey Bryant



Joined: 15 May 2004
Posts: 8131
Location: Castle Rock CO USA

PostPosted: Fri Apr 11, 2008 7:22 am     Reply with quote

In Expression Web, place the cursor in the cell where you want the input. Make sure you have your Tool bar task pane opened (if not go to Task Pane - Tool bars.

Now you will see the HTML tags probably on the right. You should see some form controls and now you can drag the input to each cell you would like to have the input.

Or you can copy one of the inputs that you already have and paste it into the correct cell.

_________________
Corey
Toll Free Phone Numbers | Processing Credit Cards | Microsoft Expression Web Blog
scr62_1



Joined: 11 Apr 2008
Posts: 4

PostPosted: Fri Apr 11, 2008 7:24 pm     Thank you but?? Reply with quote

Something is still wrong Sad
There's a huge gap between the input lines in each column & column # 4's input is nothing like the others Sad

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CRT quantity</title>
<style type="text/css">
.style1 {
font-family: Verdana;
font-size: small;
}
.style3 {
font-family: Verdana;
}
.style4 {
text-align: center;
font-family: Verdana;
font-size: small;
}
</style>
</head>

<body vlink="#0000FF">

<table style="width: 100%">
<tr>
<td class="style1" style="width: 64px">CRT quantity</td>
<td class="style1" style="width: 119px">Product name</td>
<td class="style1" style="width: 102px">Product qty</td>
<td class="style1" style="width: 107px">Product price</td>
<td class="style1" style="width: 107px">&nbsp;</td>
<td class="style1" style="width: 120px">(or) Specific date</td>
</tr>
<tr>
<td colspan="5" class="style4"><strong>**********The text below is an
order example**********</strong></td>
</tr>
<tr>
<td style="height: 23px; width: 64px" class="style1">3</td>
<td style="height: 23px; width: 119px;" class="style1">Twin Fin Wine</td>
<td style="height: 23px; width: 102px" class="style1">4</td>
<td style="height: 23px; width: 107px" class="style1">$7.99</td>
<td style="height: 23px; width: 107px" class="style1">&nbsp;</td>
<td style="height: 23px; width: 120px" class="style1">&nbsp;02/15/08</td>
</tr>
<tr>
<td colspan="5" class="style4"><strong>*The line above shows that I need
3 crts with 4 bottles of Twin Fin wine @ $7.99 each dated 02/15/08*</strong></td>
</tr>
<tr>
<td style="height: 23px" colspan="5" class="style4"><strong>*Please do
NOT change any of the above text. Start your order request on the next
line please*</strong></td>
</tr>
<tr>
<td class="style3" style="width: 64px; ">
<form method="post" style="width: 110px">
<input name="Text1" type="text" /></form>
&nbsp;<input name="Text7" type="text" /></td>
<td class="style3" style="width: 119px;">
<form method="post">
<input name="Text2" type="text" /></form>
&nbsp;<input name="Text8" type="text" /></td>
<td style="width: 102px; " class="style3">
<form method="post">
<input name="Text3" type="text" /></form>
&nbsp;<input name="Text9" type="text" /></td>
<td style="width: 107px; " class="style3">
<form method="post">
<input name="Text4" type="text" /></form>
&nbsp;<input name="Text10" type="text" /></td>
<td style="width: 107px; " class="style3">
<input name="Text13" type="text" /><br />
</td>
<td style="width: 120px; " class="style3">
<form method="post">
<input name="Text6" type="text" /></form>
&nbsp;<input name="Text12" type="text" /></td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px; height: 22px;"></td>
<td class="style3" style="width: 119px; height: 22px;"></td>
<td style="width: 102px; height: 22px;" class="style3"></td>
<td style="width: 107px; height: 22px;" class="style3"></td>
<td style="width: 107px; height: 22px;" class="style3">&nbsp;</td>
<td style="width: 120px; height: 22px;" class="style3"></td>
</tr>
<tr>
<td class="style3" style="width: 64px; height: 22px"></td>
<td class="style3" style="height: 22px; width: 119px;"></td>
<td style="width: 102px; height: 22px" class="style3"></td>
<td style="width: 107px; height: 22px" class="style3"></td>
<td style="width: 107px; height: 22px" class="style3">&nbsp;</td>
<td style="width: 120px; height: 22px" class="style3"></td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
<tr>
<td class="style3" style="width: 64px">&nbsp;</td>
<td class="style3" style="width: 119px">&nbsp;</td>
<td style="width: 102px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 107px" class="style3">&nbsp;</td>
<td style="width: 120px" class="style3">&nbsp;</td>
</tr>
</table>
<p>
<form method="post">
<a href="mailto:MrsSCRumpler62atcomcast.net?subject=CRT order form">
<input name="Submit1" type="submit" value="submit" /></a></form>
&nbsp;</p>

</body>

</html>
Corey Bryant



Joined: 15 May 2004
Posts: 8131
Location: Castle Rock CO USA

PostPosted: Sat Apr 12, 2008 7:04 am     Reply with quote

You really need to take a step back and just look at the code.

The first thing - on row 4
Code:
<td style="width: 102px; height: 85px;" class="style3">
<form method="post">
<input name="Text3" type="text" /></form>
&nbsp;<input name="Text9" type="text" /></td>
<td style="width: 107px; height: 85px;" class="style3">
<form method="post">
<input name="Text4" type="text" /></form>
&nbsp;<input name="Text10" type="text" /></td>
<td style="width: 107px; height: 85px;" class="style3">
<input name="Text13" type="text" /><br />
</td>
You are opening and closing your form. This will cause you problems when you try to submit the form.

Column 5, you only have one input
Code:
<td style="width: 107px; height: 85px;" class="style3">
<input name="Text13" type="text" /><br />
</td>
as compared to that row.

Here is an example or two rows and six columns
Code:
<table style="width: 100%">
   <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
   </tr>
   <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
   </tr>
</table>

Just repeat
Code:
   <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
   </tr>
in the <table> tag for each row you want.

You have a lot of rows with nothing really in there. It might help to know what you are wanting / trying to do.

_________________
Corey
Toll Free Phone Numbers | Processing Credit Cards | Microsoft Expression Web Blog
scr62_1



Joined: 11 Apr 2008
Posts: 4

PostPosted: Sat Apr 12, 2008 9:38 am     What I'm trying to do Reply with quote

Hi there,
I'm trying to set up an order form with 6 columns seperately on 1 line & about 30 rows under each one. The form has to be set up to allow customers to fill in their orders on each row under each column ,then they need to be able to submit the filled in form to me via email from my website, which is where I want the form to be viewed from. Hope this makes sense?

Question
Corey Bryant



Joined: 15 May 2004
Posts: 8131
Location: Castle Rock CO USA

PostPosted: Sat Apr 12, 2008 2:11 pm     Re: What I'm trying to do Reply with quote

scr62_1 wrote:
Hi there,
I'm trying to set up an order form with 6 columns seperately on 1 line & about 30 rows under each one. The form has to be set up to allow customers to fill in their orders on each row under each column ,then they need to be able to submit the filled in form to me via email from my website, which is where I want the form to be viewed from. Hope this makes sense?

Question
This really has nothing to do with the original post, you are referring to an HTML Form. And there is also how to process the form as well (through a server side language) and what is available to you.

For example, if you are on a Windows Server with the JMail EMail Component, then you could check out Processing the Form with the JMail EMail Component for information.

_________________
Corey
Toll Free Fax Numbers | Yahoo Merchant Account
scr62_1



Joined: 11 Apr 2008
Posts: 4

PostPosted: Sat Apr 12, 2008 5:02 pm     Thank you Reply with quote

Thank you but my last post IS infact what I was trying to say in my very 1st post. I'm still trying to create the same form. I will go to the link you provided & see what I can come up with.
Thank you again for your help
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial