Code page not consistent with the actual server.

D

Dale Gibble

When I view my code page in index.html I see
<head>
'''
<head>

<body>
<body>


But when I view the source in IE6, I see

<head>
'''
<head>

<body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
text="#000000" link="#6666CC" vlink="#999999"
alink="#996699"><!--msnavigation--><table border="0" cellpadding="0"
cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="trebuchet
ms,arial,helvetica">
<p></p>

Why does this code not show up in Frontpage. Note that the <p></p> shows up
as an error in the W3c validator.
 
S

Stefan B Rusynko

Remove the invalid tags in code view
A valid page should have at least
- note the closing tags

<html>
<head>
</head>
<body>
</body>
</html>

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| When I view my code page in index.html I see
| <head>
| '''
| <head>
|
| <body>
| <body>
|
|
| But when I view the source in IE6, I see
|
| <head>
| '''
| <head>
|
| <body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
| text="#000000" link="#6666CC" vlink="#999999"
| alink="#996699"><!--msnavigation--><table border="0" cellpadding="0"
| cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="trebuchet
| ms,arial,helvetica">
| <p></p>
|
| Why does this code not show up in Frontpage. Note that the <p></p> shows up
| as an error in the W3c validator.
|
|
|
 
D

Dale Gibble

Is this another bug in Frontpage? Can it not do the simplest of things such
as place the code in the proper sections? Has Frontpage reached the
critical bug mass and so Microsoft is dropping it so they will not have to
face reality?
 
S

Stefan B Rusynko

No
It is user error
Any tool is only as good as the person trying to use it
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Is this another bug in Frontpage? Can it not do the simplest of things such
| as place the code in the proper sections? Has Frontpage reached the
| critical bug mass and so Microsoft is dropping it so they will not have to
| face reality?
| | > Remove the invalid tags in code view
| > A valid page should have at least
| > - note the closing tags
| >
| > <html>
| > <head>
| > </head>
| > <body>
| > </body>
| > </html>
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | > | When I view my code page in index.html I see
| > | <head>
| > | '''
| > | <head>
| > |
| > | <body>
| > | <body>
| > |
| > |
| > | But when I view the source in IE6, I see
| > |
| > | <head>
| > | '''
| > | <head>
| > |
| > | <body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
| > | text="#000000" link="#6666CC" vlink="#999999"
| > | alink="#996699"><!--msnavigation--><table border="0" cellpadding="0"
| > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="trebuchet
| > | ms,arial,helvetica">
| > | <p></p>
| > |
| > | Why does this code not show up in Frontpage. Note that the <p></p>
| > shows up
| > | as an error in the W3c validator.
| > |
| > |
| > |
| >
| >
|
|
 
M

Microsoft

Every time I open my web site and go to the code page I get :

<body>
<body>

Every time I modify the page I must remove the lower <body> from the code
page. This is VERY inconvenient to say the least!!

I suspect this is why Microsoft is dropping the product.

The software is only as good as the code that runs it and the instructions
to operate it!!!!
 
T

Tom [Pepper] Willett

Since you are the only one reporting the problem, it's you.

--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
: Every time I open my web site and go to the code page I get :
:
: <body>
: <body>
:
: Every time I modify the page I must remove the lower <body> from the code
: page. This is VERY inconvenient to say the least!!
:
: I suspect this is why Microsoft is dropping the product.
:
: The software is only as good as the code that runs it and the instructions
: to operate it!!!!
:
:
: : > No
: > It is user error
: > Any tool is only as good as the person trying to use it
: > --
: >
: > _____________________________________________
: > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > "Warning - Using the F1 Key will not break anything!" (-;
: > _____________________________________________
: >
: >
: > : > | Is this another bug in Frontpage? Can it not do the simplest of things
: > such
: > | as place the code in the proper sections? Has Frontpage reached the
: > | critical bug mass and so Microsoft is dropping it so they will not
have
: > to
: > | face reality?
: > | : > | > Remove the invalid tags in code view
: > | > A valid page should have at least
: > | > - note the closing tags
: > | >
: > | > <html>
: > | > <head>
: > | > </head>
: > | > <body>
: > | > </body>
: > | > </html>
: > | >
: > | > --
: > | >
: > | > _____________________________________________
: > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > | > "Warning - Using the F1 Key will not break anything!" (-;
: > | > _____________________________________________
: > | >
: > | >
: > | > : > | > | When I view my code page in index.html I see
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body>
: > | > | <body>
: > | > |
: > | > |
: > | > | But when I view the source in IE6, I see
: > | > |
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
: > | > | text="#000000" link="#6666CC" vlink="#999999"
: > | > | alink="#996699"><!--msnavigation--><table border="0"
cellpadding="0"
: > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: > face="trebuchet
: > | > | ms,arial,helvetica">
: > | > | <p></p>
: > | > |
: > | > | Why does this code not show up in Frontpage. Note that the
<p></p>
: > | > shows up
: > | > | as an error in the W3c validator.
: > | > |
: > | > |
: > | > |
: > | >
: > | >
: > |
: > |
: >
: >
:
:
 
D

Dale Gibble

That's what I would expect from a "Daisy"

Anyone out there know how to solve this problem and/or troubleshoot
Frontpage .... last call
Tom [Pepper] Willett said:
Since you are the only one reporting the problem, it's you.

--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
: Every time I open my web site and go to the code page I get :
:
: <body>
: <body>
:
: Every time I modify the page I must remove the lower <body> from the
code
: page. This is VERY inconvenient to say the least!!
:
: I suspect this is why Microsoft is dropping the product.
:
: The software is only as good as the code that runs it and the
instructions
: to operate it!!!!
:
:
: : > No
: > It is user error
: > Any tool is only as good as the person trying to use it
: > --
: >
: > _____________________________________________
: > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > "Warning - Using the F1 Key will not break anything!" (-;
: > _____________________________________________
: >
: >
: > : > | Is this another bug in Frontpage? Can it not do the simplest of
things
: > such
: > | as place the code in the proper sections? Has Frontpage reached the
: > | critical bug mass and so Microsoft is dropping it so they will not
have
: > to
: > | face reality?
: > | : > | > Remove the invalid tags in code view
: > | > A valid page should have at least
: > | > - note the closing tags
: > | >
: > | > <html>
: > | > <head>
: > | > </head>
: > | > <body>
: > | > </body>
: > | > </html>
: > | >
: > | > --
: > | >
: > | > _____________________________________________
: > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > | > "Warning - Using the F1 Key will not break anything!" (-;
: > | > _____________________________________________
: > | >
: > | >
: > | > : > | > | When I view my code page in index.html I see
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body>
: > | > | <body>
: > | > |
: > | > |
: > | > | But when I view the source in IE6, I see
: > | > |
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body background="_themes/profile/probkgnd.gif"
bgcolor="#FFFFFF"
: > | > | text="#000000" link="#6666CC" vlink="#999999"
: > | > | alink="#996699"><!--msnavigation--><table border="0"
cellpadding="0"
: > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: > face="trebuchet
: > | > | ms,arial,helvetica">
: > | > | <p></p>
: > | > |
: > | > | Why does this code not show up in Frontpage. Note that the
<p></p>
: > | > shows up
: > | > | as an error in the W3c validator.
: > | > |
: > | > |
: > | > |
: > | >
: > | >
: > |
: > |
: >
: >
:
:
 
K

Kathleen Anderson

I seem to recall that if the server was not patched with all the updates for
the FrontPage Server Extensions, that some duplicating of tags would occur.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others



Dale Gibble said:
That's what I would expect from a "Daisy"

Anyone out there know how to solve this problem and/or troubleshoot
Frontpage .... last call
Tom [Pepper] Willett said:
Since you are the only one reporting the problem, it's you.

--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
: Every time I open my web site and go to the code page I get :
:
: <body>
: <body>
:
: Every time I modify the page I must remove the lower <body> from the
code
: page. This is VERY inconvenient to say the least!!
:
: I suspect this is why Microsoft is dropping the product.
:
: The software is only as good as the code that runs it and the
instructions
: to operate it!!!!
:
:
: : > No
: > It is user error
: > Any tool is only as good as the person trying to use it
: > --
: >
: > _____________________________________________
: > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > "Warning - Using the F1 Key will not break anything!" (-;
: > _____________________________________________
: >
: >
: > : > | Is this another bug in Frontpage? Can it not do the simplest of
things
: > such
: > | as place the code in the proper sections? Has Frontpage reached
the
: > | critical bug mass and so Microsoft is dropping it so they will not
have
: > to
: > | face reality?
: > | : > | > Remove the invalid tags in code view
: > | > A valid page should have at least
: > | > - note the closing tags
: > | >
: > | > <html>
: > | > <head>
: > | > </head>
: > | > <body>
: > | > </body>
: > | > </html>
: > | >
: > | > --
: > | >
: > | > _____________________________________________
: > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > | > "Warning - Using the F1 Key will not break anything!" (-;
: > | > _____________________________________________
: > | >
: > | >
: > | > : > | > | When I view my code page in index.html I see
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body>
: > | > | <body>
: > | > |
: > | > |
: > | > | But when I view the source in IE6, I see
: > | > |
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body background="_themes/profile/probkgnd.gif"
bgcolor="#FFFFFF"
: > | > | text="#000000" link="#6666CC" vlink="#999999"
: > | > | alink="#996699"><!--msnavigation--><table border="0"
cellpadding="0"
: > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: > face="trebuchet
: > | > | ms,arial,helvetica">
: > | > | <p></p>
: > | > |
: > | > | Why does this code not show up in Frontpage. Note that the
<p></p>
: > | > shows up
: > | > | as an error in the W3c validator.
: > | > |
: > | > |
: > | > |
: > | >
: > | >
: > |
: > |
: >
: >
:
:
 
D

Dale Gibble

I have SP3 applied. Is there anything else to apply?

Kathleen Anderson said:
I seem to recall that if the server was not patched with all the updates
for the FrontPage Server Extensions, that some duplicating of tags would
occur.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others



Dale Gibble said:
That's what I would expect from a "Daisy"

Anyone out there know how to solve this problem and/or troubleshoot
Frontpage .... last call
Tom [Pepper] Willett said:
Since you are the only one reporting the problem, it's you.

--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
: Every time I open my web site and go to the code page I get :
:
: <body>
: <body>
:
: Every time I modify the page I must remove the lower <body> from the
code
: page. This is VERY inconvenient to say the least!!
:
: I suspect this is why Microsoft is dropping the product.
:
: The software is only as good as the code that runs it and the
instructions
: to operate it!!!!
:
:
: : > No
: > It is user error
: > Any tool is only as good as the person trying to use it
: > --
: >
: > _____________________________________________
: > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > "Warning - Using the F1 Key will not break anything!" (-;
: > _____________________________________________
: >
: >
: > : > | Is this another bug in Frontpage? Can it not do the simplest of
things
: > such
: > | as place the code in the proper sections? Has Frontpage reached
the
: > | critical bug mass and so Microsoft is dropping it so they will not
have
: > to
: > | face reality?
: > | : > | > Remove the invalid tags in code view
: > | > A valid page should have at least
: > | > - note the closing tags
: > | >
: > | > <html>
: > | > <head>
: > | > </head>
: > | > <body>
: > | > </body>
: > | > </html>
: > | >
: > | > --
: > | >
: > | > _____________________________________________
: > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: > | > "Warning - Using the F1 Key will not break anything!" (-;
: > | > _____________________________________________
: > | >
: > | >
: > | > : > | > | When I view my code page in index.html I see
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body>
: > | > | <body>
: > | > |
: > | > |
: > | > | But when I view the source in IE6, I see
: > | > |
: > | > | <head>
: > | > | '''
: > | > | <head>
: > | > |
: > | > | <body background="_themes/profile/probkgnd.gif"
bgcolor="#FFFFFF"
: > | > | text="#000000" link="#6666CC" vlink="#999999"
: > | > | alink="#996699"><!--msnavigation--><table border="0"
cellpadding="0"
: > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: > face="trebuchet
: > | > | ms,arial,helvetica">
: > | > | <p></p>
: > | > |
: > | > | Why does this code not show up in Frontpage. Note that the
<p></p>
: > | > shows up
: > | > | as an error in the W3c validator.
: > | > |
: > | > |
: > | > |
: > | >
: > | >
: > |
: > |
: >
: >
:
:
 
T

Tom [Pepper] Willett

This is not related to SP3. If it's appearing on your remote website, the
host needs to make sure all the appropriate patches and updates for the
extensions are applied.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I have SP3 applied. Is there anything else to apply?
:
: : >I seem to recall that if the server was not patched with all the updates
: >for the FrontPage Server Extensions, that some duplicating of tags would
: >occur.
: >
: > --
: >
: > ~ Kathleen Anderson
: > Microsoft MVP - FrontPage
: > Spider Web Woman Designs
: > Expression Web Resources: http://www.spiderwebwoman.com/xweb/
: > FrontPage Resources: http://www.spiderwebwoman.com/resources/
: > Please reply to the newsgroup for the benefit of others
: >
: >
: >
: > : >> That's what I would expect from a "Daisy"
: >>
: >> Anyone out there know how to solve this problem and/or troubleshoot
: >> Frontpage .... last call
: >> : >>> Since you are the only one reporting the problem, it's you.
: >>>
: >>> --
: >>> Tom [Pepper] Willett
: >>> Microsoft MVP - FrontPage
: >>> "You're a daisy if you do!"
: >>> ---
: >>> FrontPage Support:
: >>> http://www.frontpagemvps.com/
: >>> ===
: >>> : >>> : Every time I open my web site and go to the code page I get :
: >>> :
: >>> : <body>
: >>> : <body>
: >>> :
: >>> : Every time I modify the page I must remove the lower <body> from the
: >>> code
: >>> : page. This is VERY inconvenient to say the least!!
: >>> :
: >>> : I suspect this is why Microsoft is dropping the product.
: >>> :
: >>> : The software is only as good as the code that runs it and the
: >>> instructions
: >>> : to operate it!!!!
: >>> :
: >>> :
: >>> : : >>> : > No
: >>> : > It is user error
: >>> : > Any tool is only as good as the person trying to use it
: >>> : > --
: >>> : >
: >>> : > _____________________________________________
: >>> : > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > _____________________________________________
: >>> : >
: >>> : >
: >>> : > : >>> : > | Is this another bug in Frontpage? Can it not do the simplest of
: >>> things
: >>> : > such
: >>> : > | as place the code in the proper sections? Has Frontpage reached
: >>> the
: >>> : > | critical bug mass and so Microsoft is dropping it so they will
not
: >>> have
: >>> : > to
: >>> : > | face reality?
: >>> : > | : >>> : > | > Remove the invalid tags in code view
: >>> : > | > A valid page should have at least
: >>> : > | > - note the closing tags
: >>> : > | >
: >>> : > | > <html>
: >>> : > | > <head>
: >>> : > | > </head>
: >>> : > | > <body>
: >>> : > | > </body>
: >>> : > | > </html>
: >>> : > | >
: >>> : > | > --
: >>> : > | >
: >>> : > | > _____________________________________________
: >>> : > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > | > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > | > _____________________________________________
: >>> : > | >
: >>> : > | >
: >>> : > | > : >>> : > | > | When I view my code page in index.html I see
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body>
: >>> : > | > | <body>
: >>> : > | > |
: >>> : > | > |
: >>> : > | > | But when I view the source in IE6, I see
: >>> : > | > |
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body background="_themes/profile/probkgnd.gif"
: >>> bgcolor="#FFFFFF"
: >>> : > | > | text="#000000" link="#6666CC" vlink="#999999"
: >>> : > | > | alink="#996699"><!--msnavigation--><table border="0"
: >>> cellpadding="0"
: >>> : > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: >>> : > face="trebuchet
: >>> : > | > | ms,arial,helvetica">
: >>> : > | > | <p></p>
: >>> : > | > |
: >>> : > | > | Why does this code not show up in Frontpage. Note that the
: >>> <p></p>
: >>> : > | > shows up
: >>> : > | > | as an error in the W3c validator.
: >>> : > | > |
: >>> : > | > |
: >>> : > | > |
: >>> : > | >
: >>> : > | >
: >>> : > |
: >>> : > |
: >>> : >
: >>> : >
: >>> :
: >>> :
: >>>
: >>>
: >>
: >>
: >
: >
:
:
 
D

Dale Gibble

The remote website only has:

<body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
text="#000000" link="#6666CC" vlink="#999999"
alink="#996699"><!--msnavigation--><table border="0" cellpadding="0"
cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="trebuchet
ms,arial,helvetica">

*** snip ***

<a href="contact.html"><font color="#0000FF">Contact</font></a><font
color="#0000FF">
</font><a href="Downloads.htm"><font
color="#0000FF">Downloads</font></a></p>
<p align="center"><font size="4" color="#FF0000">Houston,
Texas</font><!--mstheme--></font></td>
</tr>
</table><!--mstheme--><font face="trebuchet ms,arial,helvetica">
</center></div>
<body> (there is no </body>

However, the frontpage client computer only has:
<body>
<body>
everything else
last line is:
</body>
</html>

Tom [Pepper] Willett said:
This is not related to SP3. If it's appearing on your remote website, the
host needs to make sure all the appropriate patches and updates for the
extensions are applied.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I have SP3 applied. Is there anything else to apply?
:
: : >I seem to recall that if the server was not patched with all the
updates
: >for the FrontPage Server Extensions, that some duplicating of tags
would
: >occur.
: >
: > --
: >
: > ~ Kathleen Anderson
: > Microsoft MVP - FrontPage
: > Spider Web Woman Designs
: > Expression Web Resources: http://www.spiderwebwoman.com/xweb/
: > FrontPage Resources: http://www.spiderwebwoman.com/resources/
: > Please reply to the newsgroup for the benefit of others
: >
: >
: >
: > : >> That's what I would expect from a "Daisy"
: >>
: >> Anyone out there know how to solve this problem and/or troubleshoot
: >> Frontpage .... last call
: >> : >>> Since you are the only one reporting the problem, it's you.
: >>>
: >>> --
: >>> Tom [Pepper] Willett
: >>> Microsoft MVP - FrontPage
: >>> "You're a daisy if you do!"
: >>> ---
: >>> FrontPage Support:
: >>> http://www.frontpagemvps.com/
: >>> ===
: >>> : >>> : Every time I open my web site and go to the code page I get :
: >>> :
: >>> : <body>
: >>> : <body>
: >>> :
: >>> : Every time I modify the page I must remove the lower <body> from
the
: >>> code
: >>> : page. This is VERY inconvenient to say the least!!
: >>> :
: >>> : I suspect this is why Microsoft is dropping the product.
: >>> :
: >>> : The software is only as good as the code that runs it and the
: >>> instructions
: >>> : to operate it!!!!
: >>> :
: >>> :
: >>> : : >>> : > No
: >>> : > It is user error
: >>> : > Any tool is only as good as the person trying to use it
: >>> : > --
: >>> : >
: >>> : > _____________________________________________
: >>> : > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > _____________________________________________
: >>> : >
: >>> : >
: >>> : > : >>> : > | Is this another bug in Frontpage? Can it not do the simplest
of
: >>> things
: >>> : > such
: >>> : > | as place the code in the proper sections? Has Frontpage
reached
: >>> the
: >>> : > | critical bug mass and so Microsoft is dropping it so they will
not
: >>> have
: >>> : > to
: >>> : > | face reality?
: >>> : > | : >>> : > | > Remove the invalid tags in code view
: >>> : > | > A valid page should have at least
: >>> : > | > - note the closing tags
: >>> : > | >
: >>> : > | > <html>
: >>> : > | > <head>
: >>> : > | > </head>
: >>> : > | > <body>
: >>> : > | > </body>
: >>> : > | > </html>
: >>> : > | >
: >>> : > | > --
: >>> : > | >
: >>> : > | > _____________________________________________
: >>> : > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > | > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > | > _____________________________________________
: >>> : > | >
: >>> : > | >
: >>> : > | > : >>> : > | > | When I view my code page in index.html I see
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body>
: >>> : > | > | <body>
: >>> : > | > |
: >>> : > | > |
: >>> : > | > | But when I view the source in IE6, I see
: >>> : > | > |
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body background="_themes/profile/probkgnd.gif"
: >>> bgcolor="#FFFFFF"
: >>> : > | > | text="#000000" link="#6666CC" vlink="#999999"
: >>> : > | > | alink="#996699"><!--msnavigation--><table border="0"
: >>> cellpadding="0"
: >>> : > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: >>> : > face="trebuchet
: >>> : > | > | ms,arial,helvetica">
: >>> : > | > | <p></p>
: >>> : > | > |
: >>> : > | > | Why does this code not show up in Frontpage. Note that
the
: >>> <p></p>
: >>> : > | > shows up
: >>> : > | > | as an error in the W3c validator.
: >>> : > | > |
: >>> : > | > |
: >>> : > | > |
: >>> : > | >
: >>> : > | >
: >>> : > |
: >>> : > |
: >>> : >
: >>> : >
: >>> :
: >>> :
: >>>
: >>>
: >>
: >>
: >
: >
:
:
 
R

Rob Giordano \(Crash\)

the host server may need patches...not your web site html.

you should post the URL to your web page that is having problems so others
can see it here...not just paste the page code.

contact your host to see if the extensions are fully patched.



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






Dale Gibble said:
The remote website only has:

<body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
text="#000000" link="#6666CC" vlink="#999999"
alink="#996699"><!--msnavigation--><table border="0" cellpadding="0"
cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="trebuchet
ms,arial,helvetica">

*** snip ***

<a href="contact.html"><font color="#0000FF">Contact</font></a><font
color="#0000FF">
</font><a href="Downloads.htm"><font
color="#0000FF">Downloads</font></a></p>
<p align="center"><font size="4" color="#FF0000">Houston,
Texas</font><!--mstheme--></font></td>
</tr>
</table><!--mstheme--><font face="trebuchet ms,arial,helvetica">
</center></div>
<body> (there is no </body>

However, the frontpage client computer only has:
<body>
<body>
everything else
last line is:
</body>
</html>

Tom [Pepper] Willett said:
This is not related to SP3. If it's appearing on your remote website,
the
host needs to make sure all the appropriate patches and updates for the
extensions are applied.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I have SP3 applied. Is there anything else to apply?
:
: : >I seem to recall that if the server was not patched with all the
updates
: >for the FrontPage Server Extensions, that some duplicating of tags
would
: >occur.
: >
: > --
: >
: > ~ Kathleen Anderson
: > Microsoft MVP - FrontPage
: > Spider Web Woman Designs
: > Expression Web Resources: http://www.spiderwebwoman.com/xweb/
: > FrontPage Resources: http://www.spiderwebwoman.com/resources/
: > Please reply to the newsgroup for the benefit of others
: >
: >
: >
: > : >> That's what I would expect from a "Daisy"
: >>
: >> Anyone out there know how to solve this problem and/or troubleshoot
: >> Frontpage .... last call
: >> : >>> Since you are the only one reporting the problem, it's you.
: >>>
: >>> --
: >>> Tom [Pepper] Willett
: >>> Microsoft MVP - FrontPage
: >>> "You're a daisy if you do!"
: >>> ---
: >>> FrontPage Support:
: >>> http://www.frontpagemvps.com/
: >>> ===
: >>> : >>> : Every time I open my web site and go to the code page I get :
: >>> :
: >>> : <body>
: >>> : <body>
: >>> :
: >>> : Every time I modify the page I must remove the lower <body> from
the
: >>> code
: >>> : page. This is VERY inconvenient to say the least!!
: >>> :
: >>> : I suspect this is why Microsoft is dropping the product.
: >>> :
: >>> : The software is only as good as the code that runs it and the
: >>> instructions
: >>> : to operate it!!!!
: >>> :
: >>> :
: >>> : : >>> : > No
: >>> : > It is user error
: >>> : > Any tool is only as good as the person trying to use it
: >>> : > --
: >>> : >
: >>> : > _____________________________________________
: >>> : > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > _____________________________________________
: >>> : >
: >>> : >
: >>> : > : >>> : > | Is this another bug in Frontpage? Can it not do the simplest
of
: >>> things
: >>> : > such
: >>> : > | as place the code in the proper sections? Has Frontpage
reached
: >>> the
: >>> : > | critical bug mass and so Microsoft is dropping it so they
will
not
: >>> have
: >>> : > to
: >>> : > | face reality?
: >>> : > | : >>> : > | > Remove the invalid tags in code view
: >>> : > | > A valid page should have at least
: >>> : > | > - note the closing tags
: >>> : > | >
: >>> : > | > <html>
: >>> : > | > <head>
: >>> : > | > </head>
: >>> : > | > <body>
: >>> : > | > </body>
: >>> : > | > </html>
: >>> : > | >
: >>> : > | > --
: >>> : > | >
: >>> : > | > _____________________________________________
: >>> : > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > | > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > | > _____________________________________________
: >>> : > | >
: >>> : > | >
: >>> : > | > : >>> : > | > | When I view my code page in index.html I see
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body>
: >>> : > | > | <body>
: >>> : > | > |
: >>> : > | > |
: >>> : > | > | But when I view the source in IE6, I see
: >>> : > | > |
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body background="_themes/profile/probkgnd.gif"
: >>> bgcolor="#FFFFFF"
: >>> : > | > | text="#000000" link="#6666CC" vlink="#999999"
: >>> : > | > | alink="#996699"><!--msnavigation--><table border="0"
: >>> cellpadding="0"
: >>> : > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: >>> : > face="trebuchet
: >>> : > | > | ms,arial,helvetica">
: >>> : > | > | <p></p>
: >>> : > | > |
: >>> : > | > | Why does this code not show up in Frontpage. Note that
the
: >>> <p></p>
: >>> : > | > shows up
: >>> : > | > | as an error in the W3c validator.
: >>> : > | > |
: >>> : > | > |
: >>> : > | > |
: >>> : > | >
: >>> : > | >
: >>> : > |
: >>> : > |
: >>> : >
: >>> : >
: >>> :
: >>> :
: >>>
: >>>
: >>
: >>
: >
: >
:
:
 
S

Stefan B Rusynko

What do you get in code view when you start with a Fresh new page using File New page

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Every time I open my web site and go to the code page I get :
|
| <body>
| <body>
|
| Every time I modify the page I must remove the lower <body> from the code
| page. This is VERY inconvenient to say the least!!
|
| I suspect this is why Microsoft is dropping the product.
|
| The software is only as good as the code that runs it and the instructions
| to operate it!!!!
|
|
| | > No
| > It is user error
| > Any tool is only as good as the person trying to use it
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | > | Is this another bug in Frontpage? Can it not do the simplest of things
| > such
| > | as place the code in the proper sections? Has Frontpage reached the
| > | critical bug mass and so Microsoft is dropping it so they will not have
| > to
| > | face reality?
| > | | > | > Remove the invalid tags in code view
| > | > A valid page should have at least
| > | > - note the closing tags
| > | >
| > | > <html>
| > | > <head>
| > | > </head>
| > | > <body>
| > | > </body>
| > | > </html>
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | > | > | When I view my code page in index.html I see
| > | > | <head>
| > | > | '''
| > | > | <head>
| > | > |
| > | > | <body>
| > | > | <body>
| > | > |
| > | > |
| > | > | But when I view the source in IE6, I see
| > | > |
| > | > | <head>
| > | > | '''
| > | > | <head>
| > | > |
| > | > | <body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
| > | > | text="#000000" link="#6666CC" vlink="#999999"
| > | > | alink="#996699"><!--msnavigation--><table border="0" cellpadding="0"
| > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
| > face="trebuchet
| > | > | ms,arial,helvetica">
| > | > | <p></p>
| > | > |
| > | > | Why does this code not show up in Frontpage. Note that the <p></p>
| > | > shows up
| > | > | as an error in the W3c validator.
| > | > |
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
C

Cindy Blass

I'm running on Apache. There are no extensions.


Rob Giordano (Crash) said:
the host server may need patches...not your web site html.

you should post the URL to your web page that is having problems so others
can see it here...not just paste the page code.

contact your host to see if the extensions are fully patched.



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






Dale Gibble said:
The remote website only has:

<body background="_themes/profile/probkgnd.gif" bgcolor="#FFFFFF"
text="#000000" link="#6666CC" vlink="#999999"
alink="#996699"><!--msnavigation--><table border="0" cellpadding="0"
cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="trebuchet
ms,arial,helvetica">

*** snip ***

<a href="contact.html"><font color="#0000FF">Contact</font></a><font
color="#0000FF">
</font><a href="Downloads.htm"><font
color="#0000FF">Downloads</font></a></p>
<p align="center"><font size="4" color="#FF0000">Houston,
Texas</font><!--mstheme--></font></td>
</tr>
</table><!--mstheme--><font face="trebuchet ms,arial,helvetica">
</center></div>
<body> (there is no </body>

However, the frontpage client computer only has:
<body>
<body>
everything else
last line is:
</body>
</html>

Tom [Pepper] Willett said:
This is not related to SP3. If it's appearing on your remote website,
the
host needs to make sure all the appropriate patches and updates for the
extensions are applied.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I have SP3 applied. Is there anything else to apply?
:
: : >I seem to recall that if the server was not patched with all the
updates
: >for the FrontPage Server Extensions, that some duplicating of tags
would
: >occur.
: >
: > --
: >
: > ~ Kathleen Anderson
: > Microsoft MVP - FrontPage
: > Spider Web Woman Designs
: > Expression Web Resources: http://www.spiderwebwoman.com/xweb/
: > FrontPage Resources: http://www.spiderwebwoman.com/resources/
: > Please reply to the newsgroup for the benefit of others
: >
: >
: >
: > : >> That's what I would expect from a "Daisy"
: >>
: >> Anyone out there know how to solve this problem and/or troubleshoot
: >> Frontpage .... last call
message
: >> : >>> Since you are the only one reporting the problem, it's you.
: >>>
: >>> --
: >>> Tom [Pepper] Willett
: >>> Microsoft MVP - FrontPage
: >>> "You're a daisy if you do!"
: >>> ---
: >>> FrontPage Support:
: >>> http://www.frontpagemvps.com/
: >>> ===
: >>> : >>> : Every time I open my web site and go to the code page I get :
: >>> :
: >>> : <body>
: >>> : <body>
: >>> :
: >>> : Every time I modify the page I must remove the lower <body> from
the
: >>> code
: >>> : page. This is VERY inconvenient to say the least!!
: >>> :
: >>> : I suspect this is why Microsoft is dropping the product.
: >>> :
: >>> : The software is only as good as the code that runs it and the
: >>> instructions
: >>> : to operate it!!!!
: >>> :
: >>> :
: >>> : : >>> : > No
: >>> : > It is user error
: >>> : > Any tool is only as good as the person trying to use it
: >>> : > --
: >>> : >
: >>> : > _____________________________________________
: >>> : > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > _____________________________________________
: >>> : >
: >>> : >
: >>> : > : >>> : > | Is this another bug in Frontpage? Can it not do the simplest
of
: >>> things
: >>> : > such
: >>> : > | as place the code in the proper sections? Has Frontpage
reached
: >>> the
: >>> : > | critical bug mass and so Microsoft is dropping it so they
will
not
: >>> have
: >>> : > to
: >>> : > | face reality?
: >>> : > | : >>> : > | > Remove the invalid tags in code view
: >>> : > | > A valid page should have at least
: >>> : > | > - note the closing tags
: >>> : > | >
: >>> : > | > <html>
: >>> : > | > <head>
: >>> : > | > </head>
: >>> : > | > <body>
: >>> : > | > </body>
: >>> : > | > </html>
: >>> : > | >
: >>> : > | > --
: >>> : > | >
: >>> : > | > _____________________________________________
: >>> : > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: >>> : > | > "Warning - Using the F1 Key will not break anything!" (-;
: >>> : > | > _____________________________________________
: >>> : > | >
: >>> : > | >
: >>> : > | > : >>> : > | > | When I view my code page in index.html I see
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body>
: >>> : > | > | <body>
: >>> : > | > |
: >>> : > | > |
: >>> : > | > | But when I view the source in IE6, I see
: >>> : > | > |
: >>> : > | > | <head>
: >>> : > | > | '''
: >>> : > | > | <head>
: >>> : > | > |
: >>> : > | > | <body background="_themes/profile/probkgnd.gif"
: >>> bgcolor="#FFFFFF"
: >>> : > | > | text="#000000" link="#6666CC" vlink="#999999"
: >>> : > | > | alink="#996699"><!--msnavigation--><table border="0"
: >>> cellpadding="0"
: >>> : > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
: >>> : > face="trebuchet
: >>> : > | > | ms,arial,helvetica">
: >>> : > | > | <p></p>
: >>> : > | > |
: >>> : > | > | Why does this code not show up in Frontpage. Note that
the
: >>> <p></p>
: >>> : > | > shows up
: >>> : > | > | as an error in the W3c validator.
: >>> : > | > |
: >>> : > | > |
: >>> : > | > |
: >>> : > | >
: >>> : > | >
: >>> : > |
: >>> : > |
: >>> : >
: >>> : >
: >>> :
: >>> :
: >>>
: >>>
: >>
: >>
: >
: >
:
:
 
D

Dale Gibble

A fresh page is ok, this problem occurs when editing an existing page.

Stefan B Rusynko said:
What do you get in code view when you start with a Fresh new page using
File New page

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Every time I open my web site and go to the code page I get :
|
| <body>
| <body>
|
| Every time I modify the page I must remove the lower <body> from the
code
| page. This is VERY inconvenient to say the least!!
|
| I suspect this is why Microsoft is dropping the product.
|
| The software is only as good as the code that runs it and the
instructions
| to operate it!!!!
|
|
| | > No
| > It is user error
| > Any tool is only as good as the person trying to use it
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | > | Is this another bug in Frontpage? Can it not do the simplest of
things
| > such
| > | as place the code in the proper sections? Has Frontpage reached the
| > | critical bug mass and so Microsoft is dropping it so they will not
have
| > to
| > | face reality?
| > | | > | > Remove the invalid tags in code view
| > | > A valid page should have at least
| > | > - note the closing tags
| > | >
| > | > <html>
| > | > <head>
| > | > </head>
| > | > <body>
| > | > </body>
| > | > </html>
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | > | > | When I view my code page in index.html I see
| > | > | <head>
| > | > | '''
| > | > | <head>
| > | > |
| > | > | <body>
| > | > | <body>
| > | > |
| > | > |
| > | > | But when I view the source in IE6, I see
| > | > |
| > | > | <head>
| > | > | '''
| > | > | <head>
| > | > |
| > | > | <body background="_themes/profile/probkgnd.gif"
bgcolor="#FFFFFF"
| > | > | text="#000000" link="#6666CC" vlink="#999999"
| > | > | alink="#996699"><!--msnavigation--><table border="0"
cellpadding="0"
| > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
| > face="trebuchet
| > | > | ms,arial,helvetica">
| > | > | <p></p>
| > | > |
| > | > | Why does this code not show up in Frontpage. Note that the
<p></p>
| > | > shows up
| > | > | as an error in the W3c validator.
| > | > |
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
R

Rob Giordano \(Crash\)

that means the normal template is clean.
you're not using extensions so that's not the issue
that leaves something you are doing or pasting into a clean page is bad

it might help to see the site...why not post the URL for others to help.

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






Dale Gibble said:
A fresh page is ok, this problem occurs when editing an existing page.

Stefan B Rusynko said:
What do you get in code view when you start with a Fresh new page using
File New page

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Every time I open my web site and go to the code page I get :
|
| <body>
| <body>
|
| Every time I modify the page I must remove the lower <body> from the
code
| page. This is VERY inconvenient to say the least!!
|
| I suspect this is why Microsoft is dropping the product.
|
| The software is only as good as the code that runs it and the
instructions
| to operate it!!!!
|
|
| | > No
| > It is user error
| > Any tool is only as good as the person trying to use it
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | > | Is this another bug in Frontpage? Can it not do the simplest of
things
| > such
| > | as place the code in the proper sections? Has Frontpage reached
the
| > | critical bug mass and so Microsoft is dropping it so they will not
have
| > to
| > | face reality?
| > | | > | > Remove the invalid tags in code view
| > | > A valid page should have at least
| > | > - note the closing tags
| > | >
| > | > <html>
| > | > <head>
| > | > </head>
| > | > <body>
| > | > </body>
| > | > </html>
| > | >
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | > | > | When I view my code page in index.html I see
| > | > | <head>
| > | > | '''
| > | > | <head>
| > | > |
| > | > | <body>
| > | > | <body>
| > | > |
| > | > |
| > | > | But when I view the source in IE6, I see
| > | > |
| > | > | <head>
| > | > | '''
| > | > | <head>
| > | > |
| > | > | <body background="_themes/profile/probkgnd.gif"
bgcolor="#FFFFFF"
| > | > | text="#000000" link="#6666CC" vlink="#999999"
| > | > | alink="#996699"><!--msnavigation--><table border="0"
cellpadding="0"
| > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
| > face="trebuchet
| > | > | ms,arial,helvetica">
| > | > | <p></p>
| > | > |
| > | > | Why does this code not show up in Frontpage. Note that the
<p></p>
| > | > shows up
| > | > | as an error in the W3c validator.
| > | > |
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
S

Stefan B Rusynko

Then it is not FP that is messing up your page
- it is something you are incorrectly pasting into code view
(if you are working only in design view then FP will not create the errors you are seeing)

Start with a new page and start adding your content progressively
- after each section you add check, your code view to see what error you were creating

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|A fresh page is ok, this problem occurs when editing an existing page.
|
| | > What do you get in code view when you start with a Fresh new page using
| > File New page
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | > | Every time I open my web site and go to the code page I get :
| > |
| > | <body>
| > | <body>
| > |
| > | Every time I modify the page I must remove the lower <body> from the
| > code
| > | page. This is VERY inconvenient to say the least!!
| > |
| > | I suspect this is why Microsoft is dropping the product.
| > |
| > | The software is only as good as the code that runs it and the
| > instructions
| > | to operate it!!!!
| > |
| > |
| > | | > | > No
| > | > It is user error
| > | > Any tool is only as good as the person trying to use it
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > _____________________________________________
| > | >
| > | >
| > | > | > | > | Is this another bug in Frontpage? Can it not do the simplest of
| > things
| > | > such
| > | > | as place the code in the proper sections? Has Frontpage reached the
| > | > | critical bug mass and so Microsoft is dropping it so they will not
| > have
| > | > to
| > | > | face reality?
| > | > | | > | > | > Remove the invalid tags in code view
| > | > | > A valid page should have at least
| > | > | > - note the closing tags
| > | > | >
| > | > | > <html>
| > | > | > <head>
| > | > | > </head>
| > | > | > <body>
| > | > | > </body>
| > | > | > </html>
| > | > | >
| > | > | > --
| > | > | >
| > | > | > _____________________________________________
| > | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > | > _____________________________________________
| > | > | >
| > | > | >
| > | > | > | > | > | > | When I view my code page in index.html I see
| > | > | > | <head>
| > | > | > | '''
| > | > | > | <head>
| > | > | > |
| > | > | > | <body>
| > | > | > | <body>
| > | > | > |
| > | > | > |
| > | > | > | But when I view the source in IE6, I see
| > | > | > |
| > | > | > | <head>
| > | > | > | '''
| > | > | > | <head>
| > | > | > |
| > | > | > | <body background="_themes/profile/probkgnd.gif"
| > bgcolor="#FFFFFF"
| > | > | > | text="#000000" link="#6666CC" vlink="#999999"
| > | > | > | alink="#996699"><!--msnavigation--><table border="0"
| > cellpadding="0"
| > | > | > | cellspacing="0" width="100%"><tr><td><!--mstheme--><font
| > | > face="trebuchet
| > | > | > | ms,arial,helvetica">
| > | > | > | <p></p>
| > | > | > |
| > | > | > | Why does this code not show up in Frontpage. Note that the
| > <p></p>
| > | > | > shows up
| > | > | > | as an error in the W3c validator.
| > | > | > |
| > | > | > |
| > | > | > |
| > | > | >
| > | > | >
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 

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