More frame challenges ! How do I ....

N

NZed

I have a table with a number of fields in each table. eg three columns 25
rows.
the middle column 25 rows long is the data form field...data entry for
numbers.

Now heres my problem ...I cannot get the form to cover all the 1 column and
25 rows.

What is the correct method to do this ?

What is happening when I do this....the form only fills in one cell. Then if
I try to split the cell it just jumps down to the next cell....the form wont
cover more than one cell.
I also tried to make the table first then apply the form over the cells
...still doesnt work.
Make sense ?

To give you an idea of what I am trying to do....
Heres the existing webpage which I am trying to modify into a table format.
www.amadeus.net.nz/directions

Looking forward to your replies.
David
 
T

Thomas A. Rowe

Surround the table with the form tags in HTML view.

<form>
<table>
<tr>
<td></td>
</tr>
</table>
</form>

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
N

NZed

Thankyou for your rely
I am confused.
I have included a sample of three cells
So where do I insert the form html ?
Thanks
David
PS ..I am using FP2002. ..Is there another way using the tables ?

<td width="33%" height="2"></td>
<td width="34%" height="2"></td>
</tr>
<tr>
<td width="33%" height="194">&nbsp;</td>
<td width="33%" height="194">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><input type="submit" value="Submit" name="B1"><input
type="reset" value="Reset" name="B2"></p>
</form>
<p>&nbsp;</td>
<td width="34%" height="194">&nbsp;</td>
</tr>
<tr>
<td width="33%" height="23">&nbsp;</td>
<td width="33%" height="23">&nbsp;</td>
 
T

Thomas A. Rowe

Try this:

Insert a form on your page, then insert a table with the number of columns
and rows you need.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top