From: Rich on
I up dated web page and published Internet Explore is fine Mozilla Firefox is
in code. What is wrong how do I repair.
From: ybS2okj on

What is the link to your site? How can we advice you without seeing what is
wrong with it.



"Rich" <Rich(a)discussions.microsoft.com> wrote in message
news:C8B8A74D-4222-4E5F-B92A-F950C152CD90(a)microsoft.com...
>I up dated web page and published Internet Explore is fine Mozilla Firefox
>is
> in code. What is wrong how do I repair.


From: ybS2okj on
OK delete 5 lines from the top i.e. get rid of this stuff:

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:st1="urn:schemas-microsoft-com:office:smarttags"
xmlns="http://www.w3.org/TR/REC-html40">

Next, at the top enter this code:

<html>

Now save this file and then open in Mozilla/Firefox and it should work.
this is quick fix because you have created this site in either Word or
Publisher and this is not a good way to create web pages. You should
download SharePoint Designer to generate web sites based on modern
standards. The link is here:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42

hth


"Rich" <Rich(a)discussions.microsoft.com> wrote in message
news:8C782DFA-F3A4-4933-B3A7-59F8322F0CDF(a)microsoft.com...
> Published web page is in code in Firefox.
> http://www.antiqueenginerebuilding.com/engine%20kits%20html how do I
> convert
> to regular.


From: "Trevor Lawrence" Trevor on
UR Right in that IE8 reads it OK but Firefox does not

I can't be definite, but could it be to do with the page filename
http://www.antiqueenginerebuilding.com/engine%20kits%20html ?

Should it be
http://www.antiqueenginerebuilding.com/engine%20kits.html ?


I.E. I assume that it should be an HTML file with extension .html and not a
file such as
engine kits html
--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

"Rich" <Rich(a)discussions.microsoft.com> wrote in message
news:8C782DFA-F3A4-4933-B3A7-59F8322F0CDF(a)microsoft.com...
> Published web page is in code in Firefox.
> http://www.antiqueenginerebuilding.com/engine%20kits%20html how do I
> convert
> to regular.


From: "Trevor Lawrence" Trevor on
Yes, I noticed that too

While there is a bit of conditional comment, e.g.
<!--[if gte mso 9]>
<!--[if gte mso 10]>
I still think that it should be an .html file

After all there is code in the body which is NOT conditional e.g.
<p><span style='font-size:13.5pt'>&#8226; Lower end <br>
&#8226; Short Block<br>
&#8226; Long Block</span>
<o:p></o:p></p>



--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org
"ybS2okj" <ybS2okj(a)discussions.microsoft.com> wrote in message
news:%23SIKSZptKHA.4860(a)TK2MSFTNGP05.phx.gbl...
> OK delete 5 lines from the top i.e. get rid of this stuff:
>
> <html xmlns:v="urn:schemas-microsoft-com:vml"
> xmlns:o="urn:schemas-microsoft-com:office:office"
> xmlns:w="urn:schemas-microsoft-com:office:word"
> xmlns:st1="urn:schemas-microsoft-com:office:smarttags"
> xmlns="http://www.w3.org/TR/REC-html40">
>
> Next, at the top enter this code:
>
> <html>
>
> Now save this file and then open in Mozilla/Firefox and it should work.
> this is quick fix because you have created this site in either Word or
> Publisher and this is not a good way to create web pages. You should
> download SharePoint Designer to generate web sites based on modern
> standards. The link is here:
>
> http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42
>
> hth
>
>
> "Rich" <Rich(a)discussions.microsoft.com> wrote in message
> news:8C782DFA-F3A4-4933-B3A7-59F8322F0CDF(a)microsoft.com...
>> Published web page is in code in Firefox.
>> http://www.antiqueenginerebuilding.com/engine%20kits%20html how do I
>> convert
>> to regular.
>
>