The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Validation Failed, I kick in the right direction please
NovaArgon
post Jun 10 2007, 09:14 PM
Post #1


Always Need To Learn A New Code
*****

Group: Members
Posts: 265
Joined: 10-June 07
From: South Carolina
Member No.: 3,057



I am trying to validate my page and i'm not sure what I need to do to fix the errors. Could you guys take a look at this and point me in the right direction?

Thanks so much for your advice
http://www.adviceforums.org








CODE
Document Checked

    * URL: http://www.adviceforums.org
    * Last modified: Mon, 11 Jun 2007 10:05:41 GMT
    * Character encoding: UTF-8
    * Level of HTML: Unknown

Errors and Warnings

    * Line 2, character 1:

      <head>
      ^

      Error: character < invalid: only delimiter >, delimiter [, system identifier and parameter separators allowed
    * Line 2, character 1:

      <head>
      ^

      Error: cannot continue because of previous errors

Input

     1   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 transitional//EN"
     2   <head>
     3   <title>Advice Forums</title>
     4   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
     5   <style>
     6       * { font-family: verdana; font-size: 10pt; COLOR: gray; }
     7       b { font-weight: bold; }
     8       table { height: 50%; border: 1px solid gray;}
     9       td { text-align: center; padding: 25;}
    10  
    11       </style>
    12  
    13   </head>
    14   <body>
    15   <center>
    16   <br></br>
    17   <br></br>
    18   <br></br>
    19   <br></br>
    20   <table>
    21   <tr>
    22   <td><img src="logo.gif"></td>
    23   </tr>
    24   <tr>
    25   <td><b><a href="http://www.adviceforums.org/phpBB3">Welcome to the home of Advice Forums</a></b></td>
    26   </tr>
    27   <tr>
    28   <td>We are looking for a MOD team to help manage the forums. If you are interested please email your request to adviceforums@gmail.com<br> or post on our <b><a href="http://www.adviceforums.org/phpBB3/viewtopic.php?f=2&t=1">Test Forums</a></b></td>
    29   </tr>
    30   <tr>
    31   <td style="font-size: 8pt">Date Created: 06/10/2007</td>
    32   </tr>
    33   </table><br><br>
    34   </center>
    35   </body>
    36   </html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jun 10 2007, 09:47 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



The doctype lacks the closing ">". The validator sees the whole document as part of the doctype.

BTW you may want to use a full doctype, the long version with an URL. The one you use is legit, once corrected, but browsers use the way the doctype is written as a trigger for their "doctype switching". In short that means they will be more standards compliant and not show so many differences in the rendering of the page if they are in Standards Mode, which is triggered by a "long" doctype.
http://www.htmlhelp.com/tools/validator/doctype.html
http://hsivonen.iki.fi/doctype/
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 10:36 AM