A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Publisher
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Mozilla Firefox problem Please Hejp



 
 
Thread Tools Display Modes
  #1  
Old March 26th, 2006, 11:43 PM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

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
  #2  
Old March 27th, 2006, 02:32 AM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

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_114342267796 8.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-comfficeffice"

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 "XMLNST".

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]



shen923 wrote:
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

  #3  
Old March 27th, 2006, 03:53 AM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

Mike,

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

DavidF

"Mike Koewler" wrote in message
...
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_114342267796 8.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-comfficeffice"

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 "XMLNST".

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]



shen923 wrote:
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



  #4  
Old May 15th, 2006, 11:35 PM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

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" wrote in message
...
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_114342267796 8.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-comfficeffice"

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 "XMLNST".

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.

  #5  
Old May 15th, 2006, 11:51 PM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

Something Set Apart Wedding Services
osoft.com was very
recently heard to utter:
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.


Please consider purchasing Expression Web Designer when it becomes
available, instead of Publisher 2007. Publisher is not a web design tool
and hence will cause you trouble when you try to use it as such. Don't buy
a screwdriver if all you're going to do with it is hammer in nails!

Publisher is, however, good as a layout and design tool for printed
publications.

--
Ed Bennett - MVP Microsoft Publisher
http://ed.mvps.org/


  #6  
Old May 16th, 2006, 12:43 AM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

I wouldn't hold my breath that Pub 2007 will be any different, and even if
it is, it will still have limitations when it comes to web development. If
cross browser support and producing the best website possible is important
to you, then switching to software that is specifically designed for that,
such as FrontPage now, or Expression Web Designer (or SharePoint) later, as
Ed suggested, would be your best long term choice.

And FWIW you are probably alienating even more people with the muzac you
have playing on your site, than the people that want to use FireFox. Many,
if not most people, will leave a site immediately rather than being forced
to listen to it.

DavidF

"Something Set Apart Wedding Services"
osoft.com wrote in
message ...
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" wrote in message
...
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_114342267796 8.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-comfficeffice"

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 "XMLNST".

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.



  #7  
Old May 16th, 2006, 01:34 AM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

No program is going to turn a pale piece of a pig's ear into a silk
purse. I can honestly say I don't think, in the 14 years I have been
viewing web sites, that I have seen one as bad as yours. You have the
width set to 1150 pixels, about 50 percent wider than most browsers will
display. Nothing on the page makes sense - according to
http://validator.w3.org/check?verbos...a part.com%2F
you have 847 validation mistakes in addition to your design mistakes.

Sorry to beat you up verbally, but you really need to:

1) Delete the page before bots find it.

2) Learn something about how browsers work before doing anything. You
should never make a page wider than 800 pixels and normally not more
than 775. You can use Publisher, which certainly is not a web design
program if you really, really want to.

3) Look at Serif's WP9. Inexpensive, loaded with features, creates HTML
and CSS compliant pages (for the most part).

Your are trying to blame the wrong source because your page looks like
crap (sorry, but it is true). The fault lies with you and your lack of
knowledge, not Publisher.

Mike

Something Set Apart Wedding Services wrote:
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

  #8  
Old May 16th, 2006, 02:23 AM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

First I repeat what everyone has said already. Your page simply does not
work in Netscape, Mozilla, Firefox or any browser besides IE.

Second - delete the music.

Third - Publisher is for print. PUBLISHER IS FOR PRINT. Sometimes it
will produce a website but it won't work very well.

4th - Your page doesn't look too bad in IE and could EASILY be
duplicated and standards compliant. You need to download and work in
another browser such as one of the ones I mentioned.

You need to learn the basics of HTML if you want to design your own
website. There are free editors you can use. These pages have lists of them:
http://www.thefreecountry.com/webmas...leditors.shtml
http://www.thefreesite.com/Free_Software/HTML_freeware/

Here's one I used in the past:
http://www.arachnoid.com/arachnophilia/

Here's info that is easy to follow and will get you started:
http://www.lissaexplains.com/

You have no idea how bad your page looks in non-IE browsers. Believe me,
you have NO idea! Download another browser and take a look, or write to
me and I'll send you a screenshot.

You CAN do it with some effort. There are gazillions of help resources
on the internet. However, if all of the above sounds too daunting, hire
somebody to do the work for you.


--

Hugs, Erika
  #9  
Old May 16th, 2006, 08:16 AM posted to microsoft.public.publisher
external usenet poster
 
Posts: n/a
Default Mozilla Firefox problem Please Hejp

Mike,

I've looked at my site already in Fire fox and netscape and it does look
like crap. Sigh......not need to reiterate what viewers have already
said....it doesn't help.

By the way, one of my clients said that they chose me because of the music.
--
Something Set Apart Wedding Services


"Mike Koewler" wrote:

No program is going to turn a pale piece of a pig's ear into a silk
purse. I can honestly say I don't think, in the 14 years I have been
viewing web sites, that I have seen one as bad as yours. You have the
width set to 1150 pixels, about 50 percent wider than most browsers will
display. Nothing on the page makes sense - according to
http://validator.w3.org/check?verbos...a part.com%2F
you have 847 validation mistakes in addition to your design mistakes.

Sorry to beat you up verbally, but you really need to:

1) Delete the page before bots find it.

2) Learn something about how browsers work before doing anything. You
should never make a page wider than 800 pixels and normally not more
than 775. You can use Publisher, which certainly is not a web design
program if you really, really want to.

3) Look at Serif's WP9. Inexpensive, loaded with features, creates HTML
and CSS compliant pages (for the most part).

Your are trying to blame the wrong source because your page looks like
crap (sorry, but it is true). The fault lies with you and your lack of
knowledge, not Publisher.

Mike

Something Set Apart Wedding Services wrote:
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


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Relationship Problem JNariss New Users 4 December 14th, 2005 08:46 PM
Strange problem with different networks. Adam General Discussion 1 March 13th, 2005 10:17 PM
Reinstalling OE... KAR Outlook Express 24 August 21st, 2004 06:52 PM
Productkey problem when installing office 2003 on network Stefan Schreurs Setup, Installing & Configuration 1 June 1st, 2004 11:16 PM
word error mac General Discussions 1 May 6th, 2004 08:14 AM


All times are GMT +1. The time now is 07:16 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.