New page format question

L

L/P

Building new web page(FP2k) and have a problem.

Have index page built using one large table(1x1) to enclose 5 tables within.

Put border around entire page/table.

Here's the problem...
I have a page break at the very top of the page I can't get rid of which
pushes the entire page down.

The other web I built does not have this paragraph/page break.
It's outside the table that encloses everything.?>?!!!

suggestions please,

L.
 
C

Chris Leeds, MVP-FrontPage

either give a url and someone will look at it for you or switch to code
view, find the tab <body> and look for something after that but before the
very first <table> tag.

HTH

btw, if what you find looks like it's a "pair" type tag, do the same thing
at the very bottom of the code looking for it's match between the very last
</table> and the </body>


--
Chris Leeds,
Microsoft MVP-FrontPage

Please feel free to contact me here:
http://nedp.net/contact/
 
L

L/P

Here's is the first few lines on html.
Don't see anything between <body-----> and <table------> that would cause
paragraph break.
**********************************************************
<html>

<head>
<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>Home page</title>
<meta name="Microsoft Border" content="t, default">
</head>

<body background="images/mayorbk.gif" topmargin="0" MARGINWIDTH="0"
MARGINHEIGHT="0" leftmargin="0" >

<div align="left">
<table border="2" cellpadding="0" cellspacing="0" width="100%"
bordercolor="#000000">
<tr>
<td width="100%">
<div class="Section1">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%"
bgcolor="#0000FF">
<tr>
<td width="100%">
<p class="MsoNormal" align="center"><span
style="font-size:26.0pt;mso-bidi-font-size:12.0pt">Dave
Hinman</span></p>
<p class="MsoNormal" align="center"><span
style="font-size:26.0pt;mso-bidi-font-size:12.0pt">Candidate
for Mayor of O’Fallon, Missouri- 2005</span></p>
<p>&nbsp;</td>
</tr>
</table>

*************************************************************
and the last few lines:
*********************************************
</td>
<td width="20%" valign="middle" align="center"><img height="103"
src="images/usaflag.gif" width="140">
<p><img height="109" src="images/moflag.gif" width="149"></td>
<td width="40%">
<p style="margin-left: 2; margin-right: 2" align="center"><font
size="2">To read Dave's announcement
speech click here</font></td>
</tr>
</table>
</div>
</div>
</td>

</tr>
<p align="center">&nbsp;</p>
</table>
</div>
&nbsp;</body>
</html>
**************************************************
 
R

Ronx

Where is this HTML copied from? HTML/CODE view in FrontPage, or View Source
from a browser? If its from FrontPage, is it the code in _borders/top.htm,
or the code in the offending new page?

If it's from the new page, then we need to see the code in the top shared
border, which may be causing the problem, or the code from view source in a
browser.

Ron
 
L

L/P

The html code posted is from FP2k(html view).

Here's the html from browers(IE6.x)
Notice the <p>&nbsp,<p> that does not show up(or I can't find it) in FP
html.

***************************** (from browers)
<html>

<head>
<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>Home page</title>
<meta name="Microsoft Border" content="t, default">
</head>

<body topmargin="0" MARGINWIDTH="0" MARGINHEIGHT="0"
leftmargin="0"><!--msnavigation--><table border="0" cellpadding="0"
cellspacing="0" width="100%"><tr><td>

<p>&nbsp;</p>

</td></tr><!--msnavigation--></table><!--msnavigation--><table border="0"
cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td
valign="top">
<div align="left">

********************************************
Also when I click on View/reveal tags in FP I get a <p> </p> at the very top
of page I can't delete.


L.
 
R

Ronx

That <p>&nbsp;</p> comes from your top shared border.

Remove the shared border from the page -
Format->Shared Borders
select "this page only" and untick all the boxes.

or change
<meta name="Microsoft Border" content="t, default">
to
<meta name="Microsoft Border" content="none">

Ron
 
L

L/P

Thank you. That did it....

L.


Ronx said:
That <p>&nbsp;</p> comes from your top shared border.

Remove the shared border from the page -
Format->Shared Borders
select "this page only" and untick all the boxes.

or change
<meta name="Microsoft Border" content="t, default">
to
<meta name="Microsoft Border" content="none">

Ron
--
Reply only to group - emails will be deleted unread.


i
 

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