Re: Mozilla Firefox problem Please Hejp

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



hPlease tell me that this issue will be resolved with Publisher 2007. If not,
then this product is of no use to me. I have dad viewers rag me out about how
awful my site is.....it's unfair and it is bad for business especially when I
have worked so hard to build this site myself.

http://www.somethingsetapart.com
--
Something Set Apart Wedding Services


"DavidF" wrote:

Mike,

Unfortunately, Pub 2003 web page code is designed to work with IE, and does
not have good cross browser support.

DavidF

"Mike Koewler" <wordwiz@xxxxxxxx> wrote in message
news:f13c$44274081$422aabf1$16548@xxxxxxxxxxx
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:o="urn:schemas-microsoft-com:office:office"

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:DT".

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.

.



Relevant Pages

  • Re: Mozilla Firefox problem Please Hejp
    ... not have good cross browser support. ... Error Line 1 column 0: no document type declaration; ... number of incorrect error messages. ... fixed by using CSS to achieve the desired effect instead). ...
    (microsoft.public.publisher)
  • I need some help with validating HTML
    ... HTML to use in Frames, and all their suggestions make the Site not ... document type you are using does not support that attribute for this ... document type with a document that uses frames (e.g. you must use the ... (Remember XHTML is all lower-case) ...
    (alt.politics)
  • Cant validate my frameset page
    ... but the document type you are using does not support that ... the "Strict" document type with a document that uses frames (e.g. you must ... and/or use CSS instead of this attribute. ... you received this error when using the element to incorporate flash ...
    (comp.infosystems.www.authoring.html)
  • Re: Mozilla Firefox problem Please Hejp
    ... The checked page did not contain a document type declaration. ... 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, or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). ...
    (microsoft.public.publisher)
  • Re: Joseph Watches Experience
    ... the document type you are using does not support that attribute for ... "Strict" document type with a document that uses frames (e.g. you must ... is usually fixed by using CSS to achieve the desired effect instead). ... undefined error message for further information. ...
    (alt.horology)