Table Text at beginning of brower page is invisible in FrontPage

G

Guest

Lets suppose, heaven forbid, you make a mistake, like typing in some quick
notes that you intend to go back and format in HTML. Then you go to work in
FrontPage and you can't find the notes. So you type what you remember in the
proper place in cells in a table.
Then you go to a browser and the notes appear. At the beginning of the
page ahead of the first table. So you go back to FrontPage and search in
Normal and HTML trying to make sense of what you find. You find the text of
the notes in HTML and move it where it belongs, but nothing shows up in
Normal View.
The final solution is to make a new table and move each of the parts and
wipe out the old table.
Here is a simplified example with all the concealing verbage gone away.
What happens in a browser and in FrontPage is discussed below.
<html>
<body>
<table width="50%">
<tr>
<td>
This is block 1
</td>
</tr>
This is block 2
<tr>
<td>
This is block 3
</td>
</tr>
</table>
</body>
</html>
In browsers, this shows up as
This is block 2
This is block 1
This is block 3
the middle test of the example being displayed before the table.
But in FrontPage, what shows up is
........................
.. This is block 1 .
........................
.. This is block 3 .
........................ <this being an outline dotted box of the table.
So the text in the middle, This is Block 2, doesn't show up at all in
Normal mode, not where it actually is and not where a browser would display
it.
Buggy, buggy, buggy.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...2fa12616&dg=microsoft.public.frontpage.client
 
R

Rob Giordano \(Crash\)

your table tags are wacky, in your moving stuff around you musta dropped
some tags



| Lets suppose, heaven forbid, you make a mistake, like typing in some quick
| notes that you intend to go back and format in HTML. Then you go to work
in
| FrontPage and you can't find the notes. So you type what you remember in
the
| proper place in cells in a table.
| Then you go to a browser and the notes appear. At the beginning of the
| page ahead of the first table. So you go back to FrontPage and search in
| Normal and HTML trying to make sense of what you find. You find the text
of
| the notes in HTML and move it where it belongs, but nothing shows up in
| Normal View.
| The final solution is to make a new table and move each of the parts and
| wipe out the old table.
| Here is a simplified example with all the concealing verbage gone away.
| What happens in a browser and in FrontPage is discussed below.
| <html>
| <body>
| <table width="50%">
| <tr>
| <td>
| This is block 1
| </td>
| </tr>
| This is block 2
| <tr>
| <td>
| This is block 3
| </td>
| </tr>
| </table>
| </body>
| </html>
| In browsers, this shows up as
| This is block 2
| This is block 1
| This is block 3
| the middle test of the example being displayed before the table.
| But in FrontPage, what shows up is
| .......................
| . This is block 1 .
| .......................
| . This is block 3 .
| ....................... <this being an outline dotted box of the table.
| So the text in the middle, This is Block 2, doesn't show up at all in
| Normal mode, not where it actually is and not where a browser would
display
| it.
| Buggy, buggy, buggy.
|
| ----------------
| This post is a suggestion for Microsoft, and Microsoft responds to the
| suggestions with the most votes. To vote for this suggestion, click the "I
| Agree" button in the message pane. If you do not see the button, follow
this
| link to open the suggestion in the Microsoft Web-based Newsreader and then
| click "I Agree" in the message pane.
|
|
http://www.microsoft.com/office/com...2fa12616&dg=microsoft.public.frontpage.client
 
T

Thomas A. Rowe

Block 2 is inserted between a table row, and will break. FP and the browser is handling this
correctly. You need to work in Design / Normal view to avoid this type of issue..

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

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