Try this link:
http://chrispederick.com/work/webdeveloper/
You can download a plug-in that works with Firefox that will check your
web pages for errors. It is a strict W3C compliance checker.
Mike
Your page turned up these errors:
Result: Failed validation, 63 errors
File: webdeveloper_
www.globalmarket2006.com_1143422677968.html
Modified: (undefined)
Server: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1)
Gecko/20060111 Firefox/1.5.0.1
Size: (undefined)
Content-Type: text/html
Encoding: windows-1252
Doctype: (no Doctype found)
Root Namespace:
http://www.w3.org/TR/REC-html40
Below are the results of attempting to parse this document with an SGML
parser.
1. Error Line 1 column 0: no document type declaration; implying
"<!DOCTYPE HTML SYSTEM>".
<html xmlns:v="urn:schemas-microsoft-com:vml"
The checked page did not contain a document type ("DOCTYPE")
declaration. The Validator has tried to validate with a fallback DTD,
but this is quite likely to be incorrect and will generate a large
number of incorrect error messages. It is highly recommended that you
insert the proper DOCTYPE declaration in your document -- instructions
for doing this are given above -- and it is necessary to have this
declaration before the page can be declared to be valid.
?
2. Error Line 1 column 14: there is no attribute "XMLNS:V".
<html xmlns:v="urn:schemas-microsoft-com:vml"
You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict"
document type with a document that uses frames (e.g. you must use the
"Transitional" document type to get the "target" attribute), or by using
vendor proprietary extensions such as "marginheight" (this is usually
fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported
in the document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error
message for further information.
How to fix: check the spelling and case of the element and
attribute, (Remember XHTML is all lower-case) and/or check that they are
both allowed in the chosen document type, and/or use CSS instead of this
attribute.
?
3. Error Line 2 column 8: there is no attribute "XMLNS:O".
xmlns

="urn:schemas-microsoft-com

ffice

ffice"
You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict"
document type with a document that uses frames (e.g. you must use the
"Transitional" document type to get the "target" attribute), or by using
vendor proprietary extensions such as "marginheight" (this is usually
fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported
in the document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error
message for further information.
How to fix: check the spelling and case of the element and
attribute, (Remember XHTML is all lower-case) and/or check that they are
both allowed in the chosen document type, and/or use CSS instead of this
attribute.
?
4. Error Line 3 column 9: there is no attribute "XMLNS

T".
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict"
document type with a document that uses frames (e.g. you must use the
"Transitional" document type to get the "target" attribute), or by using
vendor proprietary extensions such as "marginheight" (this is usually
fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported
in the document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error
message for further information.
How to fix: check the spelling and case of the element and
attribute, (Remember XHTML is all lower-case) and/or check that they are
both allowed in the chosen document type, and/or use CSS instead of this
attribute.
?
5. Error Line 4 column 6: there is no attribute "XMLNS".
xmlns="
http://www.w3.org/TR/REC-html40">
You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict"
document type with a document that uses frames (e.g. you must use the
"Transitional" document type to get the "target" attribute), or by using
vendor proprietary extensions such as "marginheight" (this is usually
fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported
in the document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error
message for further information.
How to fix: check the spelling and case of the element and
attribute, (Remember XHTML is all lower-case) and/or check that they are
both allowed in the chosen document type, and/or use CSS instead of this
attribute.
?
6. Error Line 18 column 6: required attribute "TYPE" not specified.
<style>
The attribute given above is required for an element that you've
used, but you have omitted it. For instance, in most HTML and XHTML
document types the "type" attribute is required on the "script" element
and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
?
7. Error Line 121 column 25: "IF" is not a reserved name.
</v:shape><![endif]--><![if !vml]><span
style='position:absolute;z-index:1;
?
8. Error Line 124 column 34: document type does not allow element
"TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME",
"BUTTON" start-tag.
<table cellpadding=0 cellspacing=0>
The mentioned element is not allowed to appear in the context in
which you've placed it; the other mentioned elements are the only ones
that are both allowed there and can contain the element mentioned. This
might mean that you need a containing element, or possibly that you've
forgotten to close a previous element.
One possible cause for this message is that you have attempted to
put a block-level element (such as "<p>" or "<table>") inside an inline
element (such as "<a>", "<span>", or "<font>").
?
9. Error Line 126 column 56: "ENDIF" is not a reserved name.
<td width=540 height=48 style='vertical-align:top'><![endif]>
?
10. Error Line 127 column 15: there is no attribute "V:SHAPE".
<div v:shape="_x0000_s1031" style='padding:2.85pt 2.85pt 2.85pt
2.85pt'
You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict"
document type with a document that uses frames (e.g. you must use the
"Transitional" document type to get the "target" attribute), or by using
vendor proprietary extensions such as "marginheight" (this is usually
fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported
in the document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error
message for further information.
How to fix: check the spelling and case of the element and
attribute, (Remember XHTML is all lower-case) and/or check that they are
both allowed in the chosen document type, and/or use CSS instead of this
attribute.
?
11. Error Line 133 column 5: "IF" is not a reserved name.
<![if !vml]></td>
?
12. Error Line 137 column 10: "ENDIF" is not a reserved name.
</span><![endif]><!--[if gte vml 1]><v:shape id="_x0000_s1032"
type="#_x0000_t2.
?
13. Error Line 155 column 25: "IF" is not a reserved name.
</v:shape><![endif]--><![if !vml]><span
style='position:absolute;z-index:2;
?
14. Error Line 158 column 34: document type does not allow element
"TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME",
"BUTTON" start-tag.
<table cellpadding=0 cellspacing=0>
The mentioned element is not allowed to appear in the context in
which you've placed it; the other mentioned elements are the only ones
that are both allowed there and can contain the element mentioned. This
might mean that you need a containing element, or possibly that you've
forgotten to close a previous element.
One possible cause for this message is that you have attempted to
put a block-level element (such as "<p>" or "<table>") inside an inline
element (such as "<a>", "<span>", or "<font>").
?
15. Error Line 160 column 71: "ENDIF" is not a reserved name.
...8 valign=middle style='vertical-align:top'><![endif]>
?
16. Error Line 166 column 5: "IF" is not a reserved name.
<![if !vml]></td>
?
17. Error Line 170 column 10: "ENDIF" is not a reserved name.
</span><![endif]><!--[if gte vml 1]><v:rect id="_x0000_s1033"
alt="" style='posi
?
18. Error Line 186 column 24: "IF" is not a reserved name.
</v:rect><![endif]--><![if !vml]><span
style='position:absolute;z-index:3;
?
19. Error Line 188 column 40: there is no attribute "V:SHAPES".
src="index_files/image308.gif"
v:shapes="_x0000_s1033"></span><![endif]><!--[if
You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict"
document type with a document that uses frames (e.g. you must use the
"Transitional" document type to get the "target" attribute), or by using
vendor proprietary extensions such as "marginheight" (this is usually
fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported
in the document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error
message for further information.
How to fix: check the spelling and case of the element and
attribute, (Remember XHTML is all lower-case) and/or check that they are
both allowed in the chosen document type, and/or use CSS instead of this
attribute.
?
20. Error Line 188 column 54: required attribute "ALT" not specified.
...image308.gif" v:shapes="_x0000_s1033"></span><![endif]><!--[if
gte vml 1]><v:
The attribute given above is required for an element that you've
used, but you have omitted it. For instance, in most HTML and XHTML
document types the "type" attribute is required on the "script" element
and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
?
21. Error Line 188 column 65: "ENDIF" is not a reserved name.
...les/image308.gif"
v:shapes="_x0000_s1033"></span><![endif]><!--[if gte vml 1]><v:rect
?
22. Error Line 206 column 24: "IF" is not a reserved name.
</v:rect><![endif]--><![if !vml]><span
style='position:absolute;z-index:4;
?
23. Error Line 208 column 54: required attribute "ALT" not specified.
...image321.gif" v:shapes="_x0000_s1065"></span><![endif]><!--[if
gte vml 1]><v:
The attribute given above is required for an element that you've
used, but you have omitted it. For instance, in most HTML and XHTML
document types the "type" attribute is required on the "script" element
and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
?
24. Error Line 208 column 65: "ENDIF" is not a reserved name.
...les/image321.gif"
v:shapes="_x0000_s1065"></span><![endif]><!--[if gte vml 1]><v:rect
?
25. Error Line 227 column 24: "IF" is not a reserved name.
</v:rect><![endif]--><![if !vml]><span
style='position:absolute;z-index:5;
?
26. Error Line 229 column 55: required attribute "ALT" not specified.
...mage3161.jpg" v:shapes="_x0000_s1038"></span><![endif]><!--[if
gte vml 1]><v:
The attribute given above is required for an element that you've
used, but you have omitted it. For instance, in most HTML and XHTML
document types the "type" attribute is required on the "script" element
and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
?
27. Error Line 229 column 66: "ENDIF" is not a reserved name.
...s/image3161.jpg"
v:shapes="_x0000_s1038"></span><![endif]><!--[if gte vml 1]><v:line
?
28. Error Line 243 column 24: "IF" is not a reserved name.
</v:line><![endif]--><![if !vml]><span
style='position:absolute;z-index:6;
?
29. Error Line 245 column 54: required attribute "ALT" not specified.
...image341.gif" v:shapes="_x0000_s1054"></span><![endif]><!--[if
gte vml 1]><v:
The attribute given above is required for an element that you've
used, but you have omitted it. For instance, in most HTML and XHTML
document types the "type" attribute is required on the "script" element
and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
?
30. Error Line 245 column 65: "ENDIF" is not a reserved name.
...les/image341.gif"
v:shapes="_x0000_s1054"></span><![endif]><!--[if gte vml 1]><v:shape
?
31. Error Line 262 column 25: "IF" is not a reserved name.
</v:shape><![endif]--><![if !vml]><span
style='position:absolute;z-index:9;
?
32. Error Line 265 column 34: document type does not allow element
"TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME",
"BUTTON" start-tag.
<table cellpadding=0 cellspacing=0>
The mentioned element is not allowed to appear in the context in
which you've placed it; the other mentioned elements are the only ones
that are both allowed there and can contain the element mentioned. This
might mean that you need a containing element, or possibly that you've
forgotten to close a previous element.
One possible cause for this message is that you have attempted to
put a block-level element (such as "<p>" or "<table>") inside an inline
element (such as "<a>", "<span>", or "<font>").
?
33. Error Line 267 column 57: "ENDIF" is not a reserved name.
<td width=536 height=332 style='vertical-align:top'><![endif]>
?
34. Error Line 273 column 77: "IF" is not a reserved name.
...ial;font-weight:bold;language:EN'><![if
!supportEmptyParas]> <![endif]><
?
35. Error Line 273 column 109: "ENDIF" is not a reserved name.
...'><![if !supportEmptyParas]> <![endif]></span></p>
?
36. Error Line 277 column 77: "IF" is not a reserved name.
...ial;font-weight:bold;language:EN'><![if
!supportEmptyParas]> <![endif]><
?
37. Error Line 277 column 109: "ENDIF" is not a reserved name.
...'><![if !supportEmptyParas]> <![endif]></span></p>
?
38. Error Line 285 column 77: "IF" is not a reserved name.
...ial;font-weight:bold;language:EN'><![if
!supportEmptyParas]> <![endif]><
?
39. Error Line 285 column 109: "ENDIF" is not a reserved name.
...'><![if !supportEmptyParas]> <![endif]></span></p>
?
40. Error Line 290 column 5: "IF" is not a reserved name.
<![if !vml]></td>
?
41. Error Line 294 column 10: "ENDIF" is not a reserved name.
</span><![endif]><!--[if gte vml 1]><v:shape id="_x0000_s1062"
type="#_x0000_t2.
?
42. Error Line 310 column 25: "IF" is not a reserved name.
</v:shape><![endif]--><![if !vml]><span
style='position:absolute;z-index:10;
?
43. Error Line 313 column 34: document type does not allow element
"TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME",
"BUTTON" start-tag.
<table cellpadding=0 cellspacing=0>
The mentioned element is not allowed to appear in the context in
which you've placed it; the other mentioned elements are the only ones
that are both allowed there and can contain the element mentioned. This
might mean that you need a containing element, or possibly that you've
forgotten to close a previous element.
One possible cause for this message is that you have attempted to
put a block-level element (such as "<p>" or "<table>") inside an inline
element (such as "<a>", "<span>", or "<font>").
?
44. Error Line 315 column 57: "ENDIF" is not a reserved name.
<td width=252 height=232 style='vertical-align:top'><![endif]>
?
45. Error Line 331 column 5: "IF" is not a reserved name.
<![if !vml]></td>
?
46. Error Line 335 column 10: "ENDIF" is not a reserved name.
</span><![endif]><!--[if gte vml 1]><v:shape id="_x0000_s1064"
type="#_x0000_t2.
?
47. Error Line 351 column 25: "IF" is not a reserved name.
</v:shape><![endif]--><![if !vml]><span
style='position:absolute;z-index:11;
?
48. Error Line 354 column 34: document type does not allow element
"TABLE" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME",
"BUTTON" start-tag.
<table cellpadding=0 cellspacing=0>
The mentioned element is not allowed to appear in the context in
which you've placed it; the other mentioned elements are the only ones
that are both allowed there and can contain the element mentioned. This
might mean that you need a containing element, or possibly that you've
forgotten to close a previous element.
One possible cause for this message is that you have attempted to
put a block-level element (such as "<p>" or "<table>") inside an inline
element (such as "<a>", "<span>", or "<font>").
?
49. Error Line 356 column 57: "ENDIF" is not a reserved name.
<td width=528 height=252 style='vertical-align:top'><![endif]>
?
50. Error Line 362 column 35: "IF" is not a reserved name.
font-weight:bold;language:EN'><![if
!supportEmptyParas]> <![endif]></span
?
51. Error Line 362 column 67: "ENDIF" is not a reserved name.
...d;language:EN'><![if
!supportEmptyParas]> <![endif]></span></p>
?
52. Error Line 366 column 45: "IF" is not a reserved name.
...red;font-weight:bold;language:EN'><![if
!supportEmptyParas]> <![endif]><
?
53. Error Line 366 column 77: "ENDIF" is not a reserved name.
...:EN'><![if !supportEmptyParas]> <![endif]></span></p>
?
54. Error Line 370 column 45: "IF" is not a reserved name.
...red;font-weight:bold;language:EN'><![if
!supportEmptyParas]> <![endif]><
?
55. Error Line 370 column 77: "ENDIF" is not a reserved name.
...:EN'><![if !supportEmptyParas]> <![endif]></span></p>
?
56. Error Line 374 column 5: "IF" is not a reserved name.
<![if !vml]></td>
?
57. Error Line 378 column 10: "ENDIF" is not a reserved name.
</span><![endif]><!--[if gte vml 1]><v:group id="_x0000_s1089"
style='position:a
?
58. Error Line 425 column 35: "IF" is not a reserved name.
</v:rect></v:group><![endif]--><![if !vml]><span
style='position:absolute;
?
59. Error Line 427 column 77: required attribute "ALT" not specified.
... v:shapes="_x0000_s1089 _x0000_s1088"></span><![endif]><!--[if
gte vml 1]><v:
The attribute given above is required for an element that you've
used, but you have omitted it. For instance, in most HTML and XHTML
document types the "type" attribute is required on the "script" element
and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
?
60. Error Line 427 column 88: "ENDIF" is not a reserved name.
..._x0000_s1089 _x0000_s1088"></span><![endif]><!--[if gte vml
1]><v:shapetype
?
61. Error Line 460 column 25: "IF" is not a reserved name.
</v:shape><![endif]--><![if !vml]><span
style='position:absolute;z-index:15;
?
62. Error Line 462 column 54: required attribute "ALT" not specified.
src="index_files/image355.gif"
v:shapes="_x0000_s1090"></span><![endif]>
The attribute given above is required for an element that you've
used, but you have omitted it. For instance, in most HTML and XHTML
document types the "type" attribute is required on the "script" element
and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.
?
63. Error Line 462 column 65: "ENDIF" is not a reserved name.
...les/image355.gif" v:shapes="_x0000_s1090"></span><![endif]>
created page in Publisher 2003
www.globalmarket2006.com
page works fine in IE, but the link at the bottom of the first page "click
here" does not work in Firefox, works fine in IE
thanks