Link to home
Start Free TrialLog in
Avatar of Zoli
Zoli

asked on

FrontPage labels

I'm having difficulty adding labels to text boxes.  We have a calculator
on http://www.mid-statereadymix.com/orders.htm.  The labels not only
don't stay reliably with the text boxes browser to browser, but they are
not "neat and professional" way of identifying the boxes.  We have tried
absolute positioning to no avail.  Any help appreciated.

Ted Zoli
ASKER CERTIFIED SOLUTION
Avatar of NickRackham
NickRackham

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zoli
Zoli

ASKER

I hate to seem hopeless but when you say "here's a copy of your page code"
i would think i'd be able to find the code or a link to it.  I am certain that with tables the calculator will be much better looking and that Mr Rackham's answer is a good one.  The problem is i am lost without an example i can find!

Ted Zoli
Zoli,

My Apologies,

Here's the code:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Orders.htm</title>
<script LANGUAGE="JavaScript">

<!-- Begin
function a_times_b_times_c(form) {
a=eval(form.a.value)
a1=eval(form.a1.value)
b=eval(form.b.value)
b1=eval(form.b1.value)
c=eval(form.c.value)
c1=eval(form.c1.value)

d=((a+a1/12)*(b+b1/12)*(c+c1/12))/27
form.ans.value=d
}
// End -->
</script>
</head>

<body>

<p align="center"><b><font size="6">Concrete Calculator</font></b></p>

<p>&nbsp;</p>

<p align="center">Simply put your cursor in each of the boxes you want to put a value,
delete the zero and put in a value.&nbsp;<br>
Every set must have either feet or inches or both.&nbsp;&nbsp;<br>
Hit the &quot;X&quot; and your answer is in cubic yards.</p>

<p>&nbsp;</p>

<table border="0" width="100%">
  <tr>
    <td colspan="11" align="center"><b><font size="4"><p align="center">Slabs on Grade</font></b></td>
  </tr>
  <tr>
    <td colspan="2" align="center">Width</td>
    <td align="center"></td>
    <td colspan="2" align="center">Length</td>
    <td align="center"></td>
    <td colspan="2" align="center">Thickness&nbsp;</td>
    <td align="center"></td>
    <td align="center"></td>
    <td align="center"><p align="center">Total yards </td>
  </tr>
  <tr>
    <td align="center">ft.</td>
    <td align="center">in.</td>
    <td align="center"></td>
    <td align="center">ft.</td>
    <td align="center">in.&nbsp;</td>
    <td align="center"></td>
    <td align="center">ft.&nbsp;</td>
    <td align="center">in. </td>
    <td align="center"></td>
    <td align="center"></td>
    <td align="center"></td>
  </tr>
  <tr>
    <td align="center"><input type="number" size="4" name="a" value="0"></td>
    <td align="center"><input type="number" size="4" name="a1" value="0"></td>
    <td align="center"></td>
    <td align="center"><input type="number" size="4" name="b" value="0"></td>
    <td align="center"><input type="number" size="4" name="b1" value="0"></td>
    <td align="center"></td>
    <td align="center"><input type="number" size="4" name="c" value="0"></td>
    <td align="center"><input type="number" size="4" name="c1" value="0"></td>
    <td align="center"><input type="button" value="  x  "
    onClick="a_times_b_times_c(this.form)"></td>
    <td align="center">=&nbsp;</td>
    <td align="center"><input type "number" value="0" name="ans" size="9"></td>
  </tr>
</table>

<p>&nbsp;</p>

<p align="center">&nbsp;</p>

<p align="center">&nbsp;</p>

<p align="center"><b><font size="4">Walls</font></b></p>

<p align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Length&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;
Height&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Width&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; Total yards<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
ft.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
in.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
ft.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
in.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
ft.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
in. </p>

<form name="formy">
  <p><input type="number" size="4" name="a" value="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &nbsp; <input type="number" size="4" name="a1" value="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; <input type="number" size="4" name="b"
  value="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="number"
  size="4" name="b1" value="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &nbsp;&nbsp;&nbsp;&nbsp; <input type="number" size="4" name="c" value="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <input type="number" size="4" name="c1" value="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <input type="button" value="  x  " onClick="a_times_b_times_c(this.form)">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type "number"
  value="0" name="ans" size="9"> </p>
</form>

<p>&nbsp;</p>

<p>&nbsp;</p>

<h2 align="center">&nbsp;Delivery Request</h2>

<p align="center">Please order concrete online at least 3 days in advance of the pour
date.&nbsp; Thank you.</p>

<form method="POST" name="FrontPage_Form2" action="--WEBBOT-SELF--">
  <!--webbot bot="SaveResults" startspan S-Email-Format="TEXT/PRE"
  S-Email-Address="operandi@capital.net" B-Email-Label-Fields="TRUE"
  B-Email-Subject-From-Field="FALSE" S-Email-Subject="Order request from web page"
  S-Builtin-Fields --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan --><p>&nbsp;</p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Phone number<br>
  <!--webbot bot="Validation" startspan B-Value-Required="TRUE" I-Minimum-Length="10"
  I-Maximum-Length="48" --><!--webbot bot="Validation" endspan --><input maxLength="48"
  name="Name" size="48">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <input name="Phonenumber" size="20"></p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Address
  1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Email address<br>
  <!--webbot bot="Validation" startspan B-Value-Required="TRUE" I-Minimum-Length="10"
  I-Maximum-Length="48" --><!--webbot bot="Validation" endspan --><input maxLength="48"
  name="Address1" size="48">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <input name="Email" size="32"></p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Address
  2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Delivery date<br>
  <!--webbot bot="Validation" startspan B-Value-Required="TRUE" I-Minimum-Length="10"
  I-Maximum-Length="48" --><!--webbot bot="Validation" endspan --><input maxLength="48"
  name="Address2" size="48">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <!--webbot bot="Validation" startspan B-Value-Required="TRUE" I-Minimum-Length="6" --><!--webbot
  bot="Validation" endspan --><input name="Datewanted" value="00/00/00" size="20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
  <p>&nbsp;&nbsp; Delivery address, directions and special requests<br>
  <textarea cols="40" name="Delivery" rows="6"></textarea></p>
  <p>&nbsp;&nbsp;&nbsp; Strength
  required&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Quantity&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
  <!--webbot bot="Validation" startspan B-Value-Required="TRUE" I-Minimum-Length="4"
  I-Maximum-Length="15" --><!--webbot bot="Validation" endspan --><input maxLength="15"
  name="Strength" value="3000 psi" size="20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <!--webbot
  bot="Validation" startspan B-Value-Required="TRUE" I-Minimum-Length="2"
  I-Maximum-Length="10" --><!--webbot bot="Validation" endspan --><input maxLength="10"
  name="Quantity" size="22" value="10 cy">&nbsp;</p>
  <p>&nbsp;</p>
  <p><input name="B1" type="submit" value="Submit"><input name="B2" type="reset"
  value="Reset"></p>
</form>

<p>For special requirements in Oneida call 363-4240<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Central
Square 676-4662</p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
</body>
</html>
Ted,

Here's the code for the whole page in a table

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Orders.htm</title>
<script LANGUAGE="JavaScript">

<!-- Begin
function a_times_b_times_c(form) {
a=eval(form.a.value)
a1=eval(form.a1.value)
b=eval(form.b.value)
b1=eval(form.b1.value)
c=eval(form.c.value)
c1=eval(form.c1.value)

d=((a+a1/12)*(b+b1/12)*(c+c1/12))/27
form.ans.value=d
}
// End -->
</script>
</head>

<body>

<p align="center"><b><font size="6">Concrete Calculator</font></b></p>

<p>&nbsp;</p>

<p align="center">Simply put your cursor in each of the boxes you want to put a value,
delete the zero and put in a value.&nbsp;<br>
Every set must have either feet or inches or both.&nbsp;&nbsp;<br>
Hit the &quot;X&quot; and your answer is in cubic yards.</p>

<table border="0" width="985">
  <tr>
    <td colspan="11" align="center" width="981"><hr>
    <p><b><font size="4">Slabs on Grade<br>
    </font></b></td>
  </tr>
  <tr>
    <td colspan="2" align="center" width="185">Width</td>
    <td align="center" width="14"></td>
    <td colspan="2" align="center" width="230">Length</td>
    <td align="center" width="30"></td>
    <td colspan="2" align="center" width="190">Thickness&nbsp;</td>
    <td align="center" width="135"></td>
    <td align="center" width="81"></td>
    <td align="center" width="88"><p align="center">Total yards </td>
  </tr>
  <tr>
    <td align="center" width="104">ft.</td>
    <td align="center" width="77">in.</td>
    <td align="center" width="14"></td>
    <td align="center" width="75">ft.</td>
    <td align="center" width="151">in.&nbsp;</td>
    <td align="center" width="30"></td>
    <td align="center" width="98">ft.&nbsp;</td>
    <td align="center" width="88">in. </td>
    <td align="center" width="135"></td>
    <td align="center" width="81"></td>
    <td align="center" width="88"></td>
  </tr>
  <tr>
    <td align="center" width="104"><input type="number" size="4" name="a" value="0"></td>
    <td align="center" width="77"><input type="number" size="4" name="a1" value="0"></td>
    <td align="center" width="14"></td>
    <td align="center" width="75"><input type="number" size="4" name="b" value="0"></td>
    <td align="center" width="151"><input type="number" size="4" name="b1" value="0"></td>
    <td align="center" width="30"></td>
    <td align="center" width="98"><input type="number" size="4" name="c" value="0"></td>
    <td align="center" width="88"><input type="number" size="4" name="c1" value="0"></td>
    <td align="center" width="135"><input type="button" value="  x  "
    onClick="a_times_b_times_c(this.form)"></td>
    <td align="center" width="81">=&nbsp;</td>
    <td align="center" width="88"><input type "number" value="0" name="ans" size="9"></td>
  </tr>
  <tr>
    <td align="center" width="104"></td>
    <td align="center" width="77"></td>
    <td align="center" width="14"></td>
    <td align="center" width="75"></td>
    <td align="center" width="151"></td>
    <td align="center" width="30"></td>
    <td align="center" width="98"></td>
    <td align="center" width="88"></td>
    <td align="center" width="135"></td>
    <td align="center" width="81"></td>
    <td align="center" width="88"></td>
  </tr>
  <tr>
    <td align="center" colspan="11" width="981"><hr>
    <p><b><font size="4">Walls<br>
    </font></b></td>
  </tr>
  <tr>
    <td align="center" colspan="2" width="185"> Length&nbsp;</td>
    <td align="center" width="14"></td>
    <td align="center" colspan="2" width="230"> Height&nbsp;</td>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190">Width&nbsp;&nbsp;</td>
    <td align="center" width="135"></td>
    <td align="center" width="81"></td>
    <td align="center" width="88">Total yards</td>
  </tr>
  <tr>
    <td align="center" width="104"> ft.&nbsp;</td>
    <td align="center" width="77"> in.</td>
    <td align="center" width="14"></td>
    <td align="center" width="75"> ft.</td>
    <td align="center" width="151">&nbsp; in.</td>
    <td align="center" width="30"></td>
    <td align="center" width="98">&nbsp; ft.</td>
    <td align="center" width="88"> in. </td>
    <td align="center" width="135"></td>
    <td align="center" width="81"></td>
    <td align="center" width="88"></td>
  </tr>
  <tr>
    <td align="center" width="104"><input type="number" size="4" name="a" value="0"></td>
    <td align="center" width="77"><input type="number" size="4" name="a1" value="0"></td>
    <td align="center" width="14"></td>
    <td align="center" width="75"><input type="number" size="4" name="b" value="0"></td>
    <td align="center" width="151"><input type="number" size="4" name="b1" value="0"></td>
    <td align="center" width="30"></td>
    <td align="center" width="98"><input type="number" size="4" name="c" value="0"></td>
    <td align="center" width="88"><input type="number" size="4" name="c1" value="0"></td>
    <td align="center" width="135"><input type="button" value="  x  "
    onClick="a_times_b_times_c(this.form)"></td>
    <td align="center" width="81">=</td>
    <td align="center" width="88"><input type "number" value="0" name="ans" size="9"></td>
  </tr>
  <tr>
    <td align="center" width="104"></td>
    <td align="center" width="77"></td>
    <td align="center" width="14"></td>
    <td align="center" width="75"></td>
    <td align="center" width="151"></td>
    <td align="center" width="30"></td>
    <td align="center" width="98"></td>
    <td align="center" width="88"></td>
    <td align="center" width="135"></td>
    <td align="center" width="81"></td>
    <td align="center" width="88"></td>
  </tr>
  <tr>
    <td align="center" colspan="11" width="981"><hr>
    <p><strong><big>Delivery Request</big><br>
    <big></big></strong></td>
  </tr>
  <tr>
    <td align="center" width="104"></td>
    <td align="center" colspan="9" width="781">Please order concrete online at least 3 days in
    advance of the pour date.&nbsp; Thank you.</td>
    <td align="center" width="88"></td>
  </tr>
  <tr>
    <td align="left" colspan="2" width="185"> Name</td>
    <td align="left" colspan="3" width="248"><!--webbot bot="Validation" startspan
    B-Value-Required="TRUE" I-Minimum-Length="10" I-Maximum-Length="48" --><!--webbot
    bot="Validation" endspan --><input maxLength="48" name="Name" size="20"></td>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190">Phone number</td>
    <td align="left" colspan="3" width="312"><input name="Phonenumber" size="20"></td>
  </tr>
  <tr>
    <td align="left" colspan="2" width="185"> Address 1</td>
    <td align="left" colspan="3" width="248"><!--webbot bot="Validation" startspan
    B-Value-Required="TRUE" I-Minimum-Length="10" I-Maximum-Length="48" --><!--webbot
    bot="Validation" endspan --><input maxLength="48" name="Address1" size="20"> </td>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190">Email address</td>
    <td align="left" colspan="3" width="312"><input name="Email" size="20"></td>
  </tr>
  <tr>
    <td align="left" colspan="2" width="185">Address 2&nbsp;</td>
    <td align="left" colspan="3" width="248"><!--webbot bot="Validation" startspan
    B-Value-Required="TRUE" I-Minimum-Length="10" I-Maximum-Length="48" --><!--webbot
    bot="Validation" endspan --><input maxLength="48" name="Address2" size="20"></td>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190">Delivery date</td>
    <td align="left" colspan="3" width="312"><!--webbot bot="Validation" startspan
    B-Value-Required="TRUE" I-Minimum-Length="6" --><!--webbot bot="Validation" endspan --><input
    name="Datewanted" value="00/00/00" size="20"></td>
  </tr>
  <tr>
    <td align="left" colspan="2" rowspan="3" width="185">Delivery address,<br>
    Directions and<br>
    Special Requests</td>
    <td align="left" colspan="3" rowspan="3" width="248"><textarea cols="30" name="Delivery"
    rows="6"></textarea></td>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190">Strength required</td>
    <td align="left" colspan="3" width="312"><!--webbot bot="Validation" startspan
    B-Value-Required="TRUE" I-Minimum-Length="4" I-Maximum-Length="15" --><!--webbot
    bot="Validation" endspan --><input maxLength="15" name="Strength" value="3000 psi"
    size="20"></td>
  </tr>
  <tr>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190">Quantity</td>
    <td align="left" colspan="3" width="312"><!--webbot bot="Validation" startspan
    B-Value-Required="TRUE" I-Minimum-Length="2" I-Maximum-Length="10" --><!--webbot
    bot="Validation" endspan --><input maxLength="10" name="Quantity" size="20" value="10 cy"></td>
  </tr>
  <tr>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190"></td>
    <td align="center" width="135"><p align="left"><input name="B1" type="submit"
    value="Submit"></td>
    <td align="center" width="81"><input name="B2" type="reset" value="Reset"></td>
    <td align="center" width="88"></td>
  </tr>
  <tr>
    <td align="center" width="270" colspan="4"><p align="left">For special requirements in<br>
    Oneida call 363-4240</td>
    <td align="center" width="151">Central Square 676-4662</td>
    <td align="center" width="30"></td>
    <td align="center" colspan="2" width="190"></td>
    <td align="center" width="135"></td>
    <td align="center" width="81"></td>
    <td align="center" width="88"></td>
  </tr>
</table>

<hr>
</body>
</html>

Regards

Nick
Nick,
Zoli does not get the option to grade this question.  I am referring it to the engineering staff so they can see what the problem is.  I do not want to try grading it myself till they have had a chance to check into the error.

Thanks for the great job!  I received the following message when Ted reported the problem with grading the question.

> > Ted Zoli wrote:
> >
> > Hi,
> > I would love to say what a great job Nick R. did in answering my
> > question.  In fact the comment i made was
> >
> >     Great job...beyond the call of duty!
> >
> >     I really appreciate the help and education.

Way to go :-)
Linda, OK, Thanks for letting me know. :o)

Have a Happy New Year
Zoli,
I just noticed something about this question.  It is really wide because there was some long text posted.

Try going to the bottom and scrolling to the right.  See if you find the option to grade to the right.  I have to scroll to the right to find the submit button.

This question does not seem to be working correctly so you may not find it.  I notice that I do not get the Accept answer as Comment option on this question - I usually do.

Linda
Thanks Zoli, Glad you are now sorted.

Happy New Year.

Nick
This question has been really wierd.  I added a comment yesterday when I graded this question but it does not appear.  Now that it has been graded, hopefully the problems are over!

Linda Gardner
Community Support @ Experts Exchange