hi, about your problems:

1.- target attribute doesn´t exists on DTD strict.

http://domscripting.com/blog/display/56
http://www.456bereastreet.com/archive/200603/the_target_attribute_and_opening_new_windows/

2.- attribute language is not necessary so you can remove it
3.- attribute align doesn´t exists on DTD strict. You can use text-align:right
in your css
4.- equal that point 3, you can use text-align:center to move your content..





Quoting Germ <[EMAIL PROTECTED]>:

Hi
My name is Jermayn Parker and a new member (so please excuss me ignorance in
how this works etc)

I have a webpage (http://www.germworks.net) and as i was validating it via
extension on Firefox and i recieved the following errors:

I was wondering how would i get around these problems, is there some code i
could use instead or would I have to have my doctype as the loose instead of
strict????

Thanks in advance for any help

Below are the results of checking this document for XML
well-formedness<http://www.w3.org/TR/REC-xml#sec-conformance>and
validity.

  1. Error *Line 35 column 9*: there is no attribute "target".

                target=*"*_blank">example</a>) or an interactive website? (<a
href="http://www.g

   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.


✉<http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.germworks.net%2FWeb.html;errmsg_id=108#errormsg>
  2. Error *Line 40 column 19*: there is no attribute "language".

                <script language=*'*JavaScript' src='random_site.js'
type='text/javascript'></sc


✉<http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.germworks.net%2FWeb.html;errmsg_id=108#errormsg>
  3. Error *Line 62 column 26*: there is no attribute "align".

        <img src="W3c.gif" align=*"*right" alt="W3C guidelines the
international web stan


✉<http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.germworks.net%2FWeb.html;errmsg_id=108#errormsg>
  4. Error *Line 89 column 24*: there is no attribute "align".

        <div id="footer" align=*"*center">




--
GermWorks
http://www.germworks.net
http://germworks.blogspot.com/
http://www.germworks.net/Phantom




******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to