Steve Easton said:
Both closing table tags: </table> are at the bottom of the page.
You need to move one up to the point just before you open the second table.
Thanks Steve - but I can't find that in the FP HTML! A search finds
only one table opening tag, and one table closing tag. How does the
second one you spotted get into the Source?
See samples below:
FP 2000 HTML window: first few lines
------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Uckfield Trainee Feedback 2005</title>
<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">
<link rel="stylesheet" type="text/css" href="cupod_css1.css">
</head>
<body>
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td width="146" height="143" align="left">
<p align="center"><img border="0"
src="images/logo_smoothed111b.gif" width="116" height="111"></p>
ETC
FP 2000 HTML window: last few lines
------------------------------------
<img border="0"
src="images/PGCESecondPlacementTrainees300x200.jpg" width="300"
height="200"><br>
PGCE Second Placement Trainees</td>
</tr>
<tr>
<td align="left" valign="top" height="35"></td>
</tr>
<tr>
<td align="center" colspan="2">
<p align="center">
<p align="center"><b>This is Page 6. Other Uckfield Teacher
Training
Pages:<a href="uckfield1.htm"><br>
Page 1</a> <a href="uckfield2.htm">Page
2</a>
</b><a href="uckfield3.htm"><b>Page
3</b></a><b>
<a href="uckfield4.htm">Page 4</a> <a
href="uckfield5.htm">Page
5</a></b></p>
<p><img border="0" src="images/acnvrule600-t.gif" width="580"
height="9"></p>
<!--webbot bot="Include" u-include="bottom_links1.htm"
tag="BODY" --></td>
</tr>
</table> ******* ONLY ONE OF THESE ************
</body>
</html>
====================
View>Source
-----------
<center>
<table border="0" cellpadding="5" cellspacing="4">
<tr>
<td><a href="default.htm"><b>Home</b></a></td>
<td><a href="schools.htm"><b>Schools</b></a></td>
<td><a href="links.htm"><b>Ext. Links</b></a></td>
<td><a href="resources.htm"><b>Resources</b></a></td>
</tr>
<tr>
<td><a href="projects2003.htm"><b>Projects</b></a></td>
<td><b> <a href="glossary.htm">Glossary</a></b></td>
<td><a href="cupod_team.htm">CUPOD Team</a></td>
<td><a href="mailto:
[email protected]"><b>Contact
Us</b></a></td>
</tr>
</table>
</center>
<!--webbot bot="Include" endspan i-checksum="50815" --></td>
</tr>
</table>
</body>
</html>