|
Prev: Link design help
Next: Email to BCC
From: PM on 24 Feb 2006 17:40 My site is made by FrontPage and there are 51 validation errors and my keywords and description are not being read so my site does not come up on Google at all. Missing attributes are a big problem and many others. Is there someone that is brilliant that likes a good challenge? I would sure appreciate it and sing his/her praises! Let me know! Best to email me privately. Thanks in advance!
From: Bob Lehmann on 24 Feb 2006 18:37 >> Best to email me privately. Actually it's not. This is a peer-to-peer group. Questions asked, and answered in the group benefit everyone. Bob Lehmann "PM" <bisk9services(a)yahoo.com> wrote in message news:1140820803.964069.108040(a)t39g2000cwt.googlegroups.com... > My site is made by FrontPage and there are 51 validation errors and my > keywords and description are not being read so my site does not come up > on Google at all. Missing attributes are a big problem and many > others. Is there someone that is brilliant that likes a good challenge? > I would sure appreciate it and sing his/her praises! Let me know! Best > to email me privately. Thanks in advance! >
From: PM on 24 Feb 2006 18:58 Okay then... Not a problem. Here is one of a few typical errors I am getting off the validator... Hope someone can help! Error Line 71, column 36: there is no attribute "LEFTMARGIN" . <body bgcolor="#000000" leftmargin= "50" link="#6B6812" vlink="#463E02" alink="# 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.
From: Murray on 24 Feb 2006 20:27 Post a link to the page, please. The way to fix that error is to not declare your margins in the body tag - use CSS instead. -- Murray -------------- MVP FrontPage "PM" <bisk9services(a)yahoo.com> wrote in message news:1140825497.536861.275930(a)z34g2000cwc.googlegroups.com... > Okay then... Not a problem. > > Here is one of a few typical errors I am getting off the validator... > Hope someone can help! > > Error Line 71, column 36: there is no attribute "LEFTMARGIN" . > <body bgcolor="#000000" leftmargin= "50" link="#6B6812" vlink="#463E02" > alink="# > 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. >
From: Steve Easton on 24 Feb 2006 20:38
1. If the keywords don't match text that is readable on the page, they will be ignored. Example, If you have a keyword "Cinderella" and Cinderella's not in the "readable" text on the page the keywords are ignored. 2. The major search engines no longer use keywords. The work with the page title that shows between the <title></title> tags and the actual readable text on the page. ( plus some other things ) 3. FrontPage only creates html specified by it's operator.!! So, you need to switch to code view, find the leftmargin error and fix it, which means removing the offending code, then right clicking and applying the margin via page properties or an external CSS sheet. -- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed............ ........................with a computer "PM" <bisk9services(a)yahoo.com> wrote in message news:1140820803.964069.108040(a)t39g2000cwt.googlegroups.com... > My site is made by FrontPage and there are 51 validation errors and my > keywords and description are not being read so my site does not come up > on Google at all. Missing attributes are a big problem and many > others. Is there someone that is brilliant that likes a good challenge? > I would sure appreciate it and sing his/her praises! Let me know! Best > to email me privately. Thanks in advance! > |