I checked a free validator and found my conversion to CSS
was pretty sloppy--59 errors on the first page checked
alone! Yet my pages are showing up just fine in various web
browsers. Is it worth changing over 1000 pages to get the
code exactly right?

Thanks,
Steve H

Re: HTML Validation by Jens

Jens
Tue Jan 25 19:40:16 CST 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0027_01C50350.5EA8B970
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

What are the errors? Sometimes one error creates a number of other
errors so it might not be so bad fixing it.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

> -----Original Message-----
> From: Steve H [mailto:anonymous@discussions.microsoft.com]
> Posted At: 26. januar 2005 00:01
> Posted To: microsoft.public.frontpage.programming
> Conversation: HTML Validation
> Subject: HTML Validation
>
>
> I checked a free validator and found my conversion to CSS was
> pretty sloppy--59 errors on the first page checked alone! Yet
> my pages are showing up just fine in various web browsers. Is
> it worth changing over 1000 pages to get the code exactly right?
>
> Thanks,
> Steve H
>

------=_NextPart_000_0027_01C50350.5EA8B970
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7036.0">
<TITLE>Re: HTML Validation</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>What are the errors? Sometimes one error creates a =
number of other errors so it might not be so bad fixing it.</FONT>
</P>

<P><FONT SIZE=3D2>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage. =
</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>

<BR><FONT SIZE=3D2>&gt; From: Steve H [<A =
HREF=3D"mailto:anonymous@discussions.microsoft.com">mailto:anonymous@disc=
ussions.microsoft.com</A>] </FONT>

<BR><FONT SIZE=3D2>&gt; Posted At: 26. januar 2005 00:01</FONT>

<BR><FONT SIZE=3D2>&gt; Posted To: =
microsoft.public.frontpage.programming</FONT>

<BR><FONT SIZE=3D2>&gt; Conversation: HTML Validation</FONT>

<BR><FONT SIZE=3D2>&gt; Subject: HTML Validation</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; I checked a free validator and found my =
conversion to CSS was </FONT>

<BR><FONT SIZE=3D2>&gt; pretty sloppy--59 errors on the first page =
checked alone! Yet </FONT>

<BR><FONT SIZE=3D2>&gt; my pages are showing up just fine in various web =
browsers. Is </FONT>

<BR><FONT SIZE=3D2>&gt; it worth changing over 1000 pages to get the =
code exactly right?</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; Thanks,</FONT>

<BR><FONT SIZE=3D2>&gt; Steve H</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>
</P>

</BODY>
</HTML>
------=_NextPart_000_0027_01C50350.5EA8B970--


Re: HTML Validation by David

David
Tue Jan 25 20:16:20 CST 2005

On Tue, 25 Jan 2005, Steve H wrote:

>I checked a free validator and found my conversion to CSS
>was pretty sloppy--59 errors on the first page checked
>alone! Yet my pages are showing up just fine in various web
>browsers. Is it worth changing over 1000 pages to get the
>code exactly right?

I've found that it's pretty well impossible to get a FrontPage page to
validate if one is using themes and/or shared borders. I had to change
the offending code by hand and then FrontPage complained that it had
been altered.

David

--
David Rance david.rance@rance.org.uk http://www.mesnil.demon.co.uk
Fido Address: 2:252/110 writing from Caversham, Reading, UK


Re: HTML Validation by Steve

Steve
Wed Jan 26 07:26:52 CST 2005

Yes it's worth correcting because pages will load faster.
When a page contains html errors, it forces a browser to operate in "Quirks mode" because it has to
"parse" the errors to render the page.

When correcting html errors with a validator, correct one error at a time starting at the top of the
page, save and then revalidate.
Often correcting one error will eliminate others further down the page.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Steve H" <anonymous@discussions.microsoft.com> wrote in message
news:0a4b01c50331$af06dab0$a601280a@phx.gbl...
> I checked a free validator and found my conversion to CSS
> was pretty sloppy--59 errors on the first page checked
> alone! Yet my pages are showing up just fine in various web
> browsers. Is it worth changing over 1000 pages to get the
> code exactly right?
>
> Thanks,
> Steve H



Re: HTML Validation by Steve

Steve
Wed Jan 26 11:52:46 CST 2005

One error has to do with missing ALT tags, which I never
intended to put in there in the first place. (This is for
the HTML Transitional DOCTYPE.) That error happens
throughout the page. I don't understand the requirement to
include it.

Other (understandable) errors have to do with missing end tags.

Thanks for your responses on this.


>-----Original Message-----
>What are the errors? Sometimes one error creates a number
of other
>errors so it might not be so bad fixing it.
>
>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
>> -----Original Message-----
>> From: Steve H [mailto:anonymous@discussions.microsoft.com]
>> Posted At: 26. januar 2005 00:01
>> Posted To: microsoft.public.frontpage.programming
>> Conversation: HTML Validation
>> Subject: HTML Validation
>>
>>
>> I checked a free validator and found my conversion to
CSS was
>> pretty sloppy--59 errors on the first page checked
alone! Yet
>> my pages are showing up just fine in various web
browsers. Is
>> it worth changing over 1000 pages to get the code
exactly right?
>>
>> Thanks,
>> Steve H
>>
>

Re: HTML Validation by Murray

Murray
Wed Jan 26 12:34:50 CST 2005

That's a warning, not an error. It's intended to jog you into using alt
attributes (not tags) on your images.

--
Murray

"Steve H" <anonymous@discussions.microsoft.com> wrote in message
news:08a001c503cf$d7ec7a40$a401280a@phx.gbl...
> One error has to do with missing ALT tags, which I never
> intended to put in there in the first place. (This is for
> the HTML Transitional DOCTYPE.) That error happens
> throughout the page. I don't understand the requirement to
> include it.
>
> Other (understandable) errors have to do with missing end tags.
>
> Thanks for your responses on this.
>
>
>>-----Original Message-----
>>What are the errors? Sometimes one error creates a number
> of other
>>errors so it might not be so bad fixing it.
>>
>>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>
>>> -----Original Message-----
>>> From: Steve H [mailto:anonymous@discussions.microsoft.com]
>>> Posted At: 26. januar 2005 00:01
>>> Posted To: microsoft.public.frontpage.programming
>>> Conversation: HTML Validation
>>> Subject: HTML Validation
>>>
>>>
>>> I checked a free validator and found my conversion to
> CSS was
>>> pretty sloppy--59 errors on the first page checked
> alone! Yet
>>> my pages are showing up just fine in various web
> browsers. Is
>>> it worth changing over 1000 pages to get the code
> exactly right?
>>>
>>> Thanks,
>>> Steve H
>>>
>>



Re: HTML Validation by Kathleen

Kathleen
Wed Jan 26 12:37:46 CST 2005

Using the ALT attribute for your images helps make your site accessible to
the blind.
http://www.w3.org/TR/WAI-WEBCONTENT/#gl-provide-equivalents

--

~ Kathleen Anderson
Microsoft FrontPage MVP
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/



Steve H <anonymous@discussions.microsoft.com> wrote:
> One error has to do with missing ALT tags, which I never
> intended to put in there in the first place. (This is for
> the HTML Transitional DOCTYPE.) That error happens
> throughout the page. I don't understand the requirement to
> include it.
>
> Other (understandable) errors have to do with missing end tags.
>
> Thanks for your responses on this.
>
>
>> -----Original Message-----
>> What are the errors? Sometimes one error creates a number
> of other
>> errors so it might not be so bad fixing it.
>>
>> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>
>>> -----Original Message-----
>>> From: Steve H [mailto:anonymous@discussions.microsoft.com]
>>> Posted At: 26. januar 2005 00:01
>>> Posted To: microsoft.public.frontpage.programming
>>> Conversation: HTML Validation
>>> Subject: HTML Validation
>>>
>>>
>>> I checked a free validator and found my conversion to
> CSS was
>>> pretty sloppy--59 errors on the first page checked
> alone! Yet
>>> my pages are showing up just fine in various web
> browsers. Is
>>> it worth changing over 1000 pages to get the code
> exactly right?
>>>
>>> Thanks,
>>> Steve H


Re: HTML Validation by Steve

Steve
Wed Jan 26 14:06:43 CST 2005

Thanks, you two! That was helpful!

>-----Original Message-----
>Using the ALT attribute for your images helps make your
site accessible to
>the blind.
>http://www.w3.org/TR/WAI-WEBCONTENT/#gl-provide-equivalents
>
>--
>
>~ Kathleen Anderson
>Microsoft FrontPage MVP
>Spider Web Woman Designs
>http://www.spiderwebwoman.com/resources/
>
>
>
>Steve H <anonymous@discussions.microsoft.com> wrote:
>> One error has to do with missing ALT tags, which I never
>> intended to put in there in the first place. (This is for
>> the HTML Transitional DOCTYPE.) That error happens
>> throughout the page. I don't understand the requirement to
>> include it.
>>
>> Other (understandable) errors have to do with missing
end tags.
>>
>> Thanks for your responses on this.
>>
>>
>>> -----Original Message-----
>>> What are the errors? Sometimes one error creates a number
>> of other
>>> errors so it might not be so bad fixing it.
>>>
>>> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>>
>>>> -----Original Message-----
>>>> From: Steve H [mailto:anonymous@discussions.microsoft.com]
>>>> Posted At: 26. januar 2005 00:01
>>>> Posted To: microsoft.public.frontpage.programming
>>>> Conversation: HTML Validation
>>>> Subject: HTML Validation
>>>>
>>>>
>>>> I checked a free validator and found my conversion to
>> CSS was
>>>> pretty sloppy--59 errors on the first page checked
>> alone! Yet
>>>> my pages are showing up just fine in various web
>> browsers. Is
>>>> it worth changing over 1000 pages to get the code
>> exactly right?
>>>>
>>>> Thanks,
>>>> Steve H
>
>.
>