thanks
grady
>Using the W3 HTML Validator I'm getting a SGML error 133. What is
>this and how can I fix it.
>
URL? I don't have the error numbers memorized but surely there was
some textual info that accompanied it.
--
Rob - Rock13.com
Web Stuff: http://rock13.com/webhelp/
alt.html QuickStart: http://rock13.com/newbie.txt
Oh, that means you didn't configure your BNU with your AQR on line 36.
The site is www.workers.gov.
From the W3 HTML Validator
Line 118, column 135:
... earch, Careers, Resumes, Cover Letters, Interviews.</FONT>
^
Error: non SGML character number 133
Line 143, column 127:
... 6">Basic Skills, New Technology, Training, Schools.</FONT>
^
Error: non SGML character number 133
Line 168, column 131:
... mergency Support, Medical Information, Family Care.</FONT>
^
Error: non SGML character number 133
Line 193, column 132:
... ergency Support, Home Ownership, Driver's Licenses.</FONT>
^
Error: non SGML character number 133
Line 218, column 115:
... OLOR="#003366">Budgets, Savings, Taxes, Retirement.</FONT>
^
Error: non SGML character number 133
Thanks
grady mcghee
"Rob - Rock13.com" <rob...@excite.com> wrote in message
news:8FB5D31DD...@207.126.101.97...
> grady <gx...@erols.com>:
>
> >Using the W3 HTML Validator I'm getting a SGML error 133. What is
> >this and how can I fix it.
> >
http://www.htmlhelp.org/tools/validator/doctype.html
"grady" <gx...@erols.com> wrote in message
news:8qe3na$fkt$1...@bob.news.rcn.net...
> Here is the text that is display on the page that causes the error. This
>is the last error that I'm trying to fix on the demo site before I upload to
>the live site.
>
> The site is www.workers.gov.
>
>From the W3 HTML Validator
>
>Line 118, column 135:
> ... earch, Careers, Resumes, Cover Letters, Interviews.</FONT>
> ^
>Error: non SGML character number 133
<snip>
This is quite common. The default encoding for HTML4 is ISO-8859-1,
and characters at positions 128-159 are reserved for control
characters.
Some applications on Windows (eg. Word) insert character 133 for the
elipsis character "...".
If you go to http://www.htmlhelp.com/tools/validator/direct.html and
paste the HTML source, then select the character encoding windows-1250
you won't find those errors.
You should either replace your elipses characters ( "..." ) with three
ordinary full stops (preferable) or reconfigure IIS to send the
document as "windows-1250". The latter won't help people who can't
get the elipses.
http://www.hut.fi/u/jkorpela/chars.html#win
By the way, I'm pleased to see a Government Web site taking quality
seriously. UK Government Web contractors seem to be alergic to
validators. ;-)
Calum
--
Calum I Mac Leod
"If I had conformed to the W3 standards then I would
not have wasted my time creating websites using the now
extinct "<layer>" tag." - Adrian MacNair in alt.html