From: ybS2okj on
Trevor,

The file needs lots of cleaning before it is considered to be Standards
compliant but rich wanted a quick fix and that is all I have given him. I
loaded the file in Firefox after correction and it loads fine.

I hope Canberra is dry and hot unlike London that is wet and cold!!

hth

"Trevor Lawrence" <Trevor L.(a)Canberra> wrote in message
news:uEgRtgptKHA.5940(a)TK2MSFTNGP02.phx.gbl...
> 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.
>>
>>
>
>


From: Hot-text on
Cool Website

Delete
<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">

And repast it with

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>


"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
Great that the quick fix worked

Yes, Canberra is great - 26 and dry, but we, like most of Australia still
need rain, so we get to feel guilty about enjoying pleasant weather
--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

"ybS2okj" <ybS2okj(a)discussions.microsoft.com> wrote in message
news:eWpMOpptKHA.4428(a)TK2MSFTNGP04.phx.gbl...
> Trevor,
>
> The file needs lots of cleaning before it is considered to be Standards
> compliant but rich wanted a quick fix and that is all I have given him. I
> loaded the file in Firefox after correction and it loads fine.
>
> I hope Canberra is dry and hot unlike London that is wet and cold!!
>
> hth
>
> "Trevor Lawrence" <Trevor L.(a)Canberra> wrote in message
> news:uEgRtgptKHA.5940(a)TK2MSFTNGP02.phx.gbl...
>> 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.
>>>
>>>
>>
>>
>
>