PC Review


Reply
Thread Tools Rate Thread

Code page not consistent with the actual server.

 
 
Dale Gibble
Guest
Posts: n/a
 
      22nd Jun 2008
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.



 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      23rd Jun 2008
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!" (-;
_____________________________________________


"Dale Gibble" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
| 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.
|
|
|


 
Reply With Quote
 
Dale Gibble
Guest
Posts: n/a
 
      23rd Jun 2008
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?
"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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!" (-;
> _____________________________________________
>
>
> "Dale Gibble" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> | 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.
> |
> |
> |
>
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      24th Jun 2008
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!" (-;
_____________________________________________


"Dale Gibble" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| 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?
| "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| > 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!" (-;
| > _____________________________________________
| >
| >
| > "Dale Gibble" <(E-Mail Removed)> wrote in message
| > news:%(E-Mail Removed)...
| > | 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.
| > |
| > |
| > |
| >
| >
|
|


 
Reply With Quote
 
Microsoft
Guest
Posts: n/a
 
      25th Jun 2008
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!!!!


"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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!" (-;
> _____________________________________________
>
>
> "Dale Gibble" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> | 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?
> | "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> | news:(E-Mail Removed)...
> | > 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!" (-;
> | > _____________________________________________
> | >
> | >
> | > "Dale Gibble" <(E-Mail Removed)> wrote in message
> | > news:%(E-Mail Removed)...
> | > | 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.
> | > |
> | > |
> | > |
> | >
> | >
> |
> |
>
>



 
Reply With Quote
 
Tom [Pepper] Willett
Guest
Posts: n/a
 
      25th Jun 2008
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/
===
"Microsoft" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
: 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!!!!
:
:
: "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
: news:(E-Mail Removed)...
: > 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!" (-;
: > _____________________________________________
: >
: >
: > "Dale Gibble" <(E-Mail Removed)> wrote in message
: > news:(E-Mail Removed)...
: > | 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?
: > | "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
: > | news:(E-Mail Removed)...
: > | > 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!" (-;
: > | > _____________________________________________
: > | >
: > | >
: > | > "Dale Gibble" <(E-Mail Removed)> wrote in message
: > | > news:%(E-Mail Removed)...
: > | > | 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.
: > | > |
: > | > |
: > | > |
: > | >
: > | >
: > |
: > |
: >
: >
:
:


 
Reply With Quote
 
Dale Gibble
Guest
Posts: n/a
 
      25th Jun 2008
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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/
> ===
> "Microsoft" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> : 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!!!!
> :
> :
> : "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> : news:(E-Mail Removed)...
> : > 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!" (-;
> : > _____________________________________________
> : >
> : >
> : > "Dale Gibble" <(E-Mail Removed)> wrote in message
> : > news:(E-Mail Removed)...
> : > | 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?
> : > | "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> : > | news:(E-Mail Removed)...
> : > | > 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!" (-;
> : > | > _____________________________________________
> : > | >
> : > | >
> : > | > "Dale Gibble" <(E-Mail Removed)> wrote in message
> : > | > news:%(E-Mail Removed)...
> : > | > | 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.
> : > | > |
> : > | > |
> : > | > |
> : > | >
> : > | >
> : > |
> : > |
> : >
> : >
> :
> :
>
>



 
Reply With Quote
 
Kathleen Anderson
Guest
Posts: n/a
 
      25th Jun 2008
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" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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/
>> ===
>> "Microsoft" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> : 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!!!!
>> :
>> :
>> : "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
>> : news:(E-Mail Removed)...
>> : > 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!" (-;
>> : > _____________________________________________
>> : >
>> : >
>> : > "Dale Gibble" <(E-Mail Removed)> wrote in message
>> : > news:(E-Mail Removed)...
>> : > | 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?
>> : > | "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
>> : > | news:(E-Mail Removed)...
>> : > | > 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!" (-;
>> : > | > _____________________________________________
>> : > | >
>> : > | >
>> : > | > "Dale Gibble" <(E-Mail Removed)> wrote in message
>> : > | > news:%(E-Mail Removed)...
>> : > | > | 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.
>> : > | > |
>> : > | > |
>> : > | > |
>> : > | >
>> : > | >
>> : > |
>> : > |
>> : >
>> : >
>> :
>> :
>>
>>

>
>



 
Reply With Quote
 
Dale Gibble
Guest
Posts: n/a
 
      25th Jun 2008
I have SP3 applied. Is there anything else to apply?

"Kathleen Anderson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> 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" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> 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/
>>> ===
>>> "Microsoft" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>> : 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!!!!
>>> :
>>> :
>>> : "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
>>> : news:(E-Mail Removed)...
>>> : > 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!" (-;
>>> : > _____________________________________________
>>> : >
>>> : >
>>> : > "Dale Gibble" <(E-Mail Removed)> wrote in message
>>> : > news:(E-Mail Removed)...
>>> : > | 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?
>>> : > | "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
>>> : > | news:(E-Mail Removed)...
>>> : > | > 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!" (-;
>>> : > | > _____________________________________________
>>> : > | >
>>> : > | >
>>> : > | > "Dale Gibble" <(E-Mail Removed)> wrote in message
>>> : > | > news:%(E-Mail Removed)...
>>> : > | > | 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.
>>> : > | > |
>>> : > | > |
>>> : > | > |
>>> : > | >
>>> : > | >
>>> : > |
>>> : > |
>>> : >
>>> : >
>>> :
>>> :
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Tom [Pepper] Willett
Guest
Posts: n/a
 
      25th Jun 2008
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/
===
"Dale Gibble" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
:I have SP3 applied. Is there anything else to apply?
:
: "Kathleen Anderson" <(E-Mail Removed)> wrote in message
: news:(E-Mail Removed)...
: >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" <(E-Mail Removed)> wrote in message
: > news:%(E-Mail Removed)...
: >> 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" <(E-Mail Removed)> wrote in message
: >> news:(E-Mail Removed)...
: >>> 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/
: >>> ===
: >>> "Microsoft" <(E-Mail Removed)> wrote in message
: >>> news:(E-Mail Removed)...
: >>> : 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!!!!
: >>> :
: >>> :
: >>> : "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
: >>> : news:(E-Mail Removed)...
: >>> : > 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!" (-;
: >>> : > _____________________________________________
: >>> : >
: >>> : >
: >>> : > "Dale Gibble" <(E-Mail Removed)> wrote in message
: >>> : > news:(E-Mail Removed)...
: >>> : > | 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?
: >>> : > | "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
: >>> : > | news:(E-Mail Removed)...
: >>> : > | > 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!" (-;
: >>> : > | > _____________________________________________
: >>> : > | >
: >>> : > | >
: >>> : > | > "Dale Gibble" <(E-Mail Removed)> wrote in message
: >>> : > | > news:%(E-Mail Removed)...
: >>> : > | > | 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.
: >>> : > | > |
: >>> : > | > |
: >>> : > | > |
: >>> : > | >
: >>> : > | >
: >>> : > |
: >>> : > |
: >>> : >
: >>> : >
: >>> :
: >>> :
: >>>
: >>>
: >>
: >>
: >
: >
:
:


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Code to produce consistent new Workbook name Monk Microsoft Excel Programming 4 2nd Aug 2009 11:58 AM
It always print the html code instead of the actual page... margiealberto@googlemail.com Windows XP Internet Explorer 3 7th Mar 2007 07:08 PM
If server process is running, return last page state w/ msg AND w/o allowing page code to run (db activity) ack95 Microsoft ASP .NET 0 3rd Mar 2006 08:17 PM
Having a problem using WebRequest inside code invoked by the Page_Load event to to download a page located on same server (as the currently executing page). Hasani \(remove nospam from address\) Microsoft ASP .NET 9 29th Sep 2004 06:07 PM
iexplorer shows source code instead source code's output, i.e., the actual page Michael Windows XP Internet Explorer 0 17th Sep 2003 02:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:17 AM.