Help xhtml Validation Failed

Discussion in 'HTML & Website Design' started by iBoot, Aug 20, 2007.

  1. #1
    my html code is
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <link rel="stylesheet" href="style.css" type="text/css" />
    
    
     <title>xxxx</title>
    </head>
    <body>
    
    <div id="wrapperAll">
    
      <div id="top">
        <div style="padding-top:26px; padding-right:28px; padding-bottom:0px; padding-left:0px;">
          <input type="text" name="search" id="query" value="" style="margin-right:5px; width:100px;"></input>
          <input type="button" name="submit" id="search_button" value="Search" style="width:50px;"></input>
        </div>
      </div>
    	
      <div id="content">
    	
        <div id="topWrapper">
          <div id="logo">xxxx  <span style="color: #718F49;">xxxx</span></div>
          <div id="menu"><div style="padding-top:15px;">
            <span style="color: #718F49;">&raquo;</span>&nbsp;<a href="sites.html">My Sites</a>
    				<span style="color: #718F49; padding-left:5px;">&raquo;</span>&nbsp;<a href="work.html">My Latest Work</a>
          </div></div>
        </div>
        
        <div id="sep">&nbsp;</div>
        <div id="archive"><b>This Is My Simplest Site.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT style="BACKGROUND-COLOR: #A9A9A9">Previews Posts</FONT></b></div>
        <div id="wrapperContent">
          <div id="wrapperNote">
            <div id="noteTop">
              &nbsp;
            </div>
    <div id="noteContent">
              <div id="title">Use Proxy Server.</div>
              Use proxy server to <b>access Yahoo,Gmail And Orkut site from our college.</b> Using proxy you can open thease sites. Just Simple <a href="http://www.quickbrowsing.com/" target="new"><font color="darkred">Click Here</font></a> and enter site address in text box as show in following image.<p><center> <img src="images/proxy.JPG" alt="Proxy"></img></center>
              <div id="date">22-08-2007 07:45 am</div>
            </div><p>
    
            <div id="noteContent">
              <div id="title">E-mail Sites.</div>
              Want to open E-mail account...? There are many e-mail services but only some are good. Most popular e-mail sites are <a href="http://mail.yahoo.com"><font color="darkred">Yahoo Mail</font> </a>, <a href="http://gmail.com"><font color="darkred">Gmail</font</a> but <b>thease sites are blocked in our college.</b>  <a href="http://hotmail.com"><font color="darkred">Hotmail</font></a> is good e-mail Service but it take more time to load.
              <div id="date">21-08-2007 01:45 pm</div>
            </div><p>
    
    <div id="noteContent">
              <div id="title">Some Information.</div>
              I know this is very simple design. Just made this degine and Again i used gray color with green combination. This colors are looks gr8 and Main thing it is my favorites color combination .
              <div id="date">20-08-2007 10:18 pm</div>
            </div>
            <div id="noteBottom">
              &nbsp;
            </div>
          </div>
        </div>
          
      </div>
      
      <div id="bottom">
        &copy;&nbsp;Copyright 2007 (<a href="http://jigsaw.w3.org/css-validator/check/referer">css</a> <a href="http://validator.w3.org/check?uri=referer">xhtml</a>)
      </div>
    	
    </div>
    
    </body>
    </html>
    HTML:

     
    iBoot, Aug 20, 2007 IP
  2. iBoot

    iBoot Well-Known Member

    Messages:
    1,596
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    165
    #2
    and getting following validation errors

     
    iBoot, Aug 20, 2007 IP
  3. detz

    detz Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    can you post a link to the validation, all that text above hurts my eyes :p
     
    detz, Aug 21, 2007 IP
  4. bsklep

    bsklep Well-Known Member

    Messages:
    2,122
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #4
    $15 and You will see: This Page Is Valid XHTML 1.0 Transitional!

    Work done. If interested pm me.

    Cheers
     
    bsklep, Aug 22, 2007 IP
  5. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #5
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" href="style.css" type="text/css" />
    <title>xxxx</title>
    <style type="text/css">
    </style>
    </head>
    <body>
    <div id="wrapperAll">
    	<div id="top">
    		<div style="padding: 26px 28px 0 0">
    			<input type="text" name="search" id="query" value="" style="margin-right:5px; width:100px;"></input>
    			<input type="button" name="submit" id="search_button" value="Search" style="width:50px;"></input>
    		</div>
    	</div>
    		
    	<div id="content">
    		
    		<div id="topWrapper">
    			<div id="logo">xxxx	<span style="color: #718F49;">xxxx</span></div>
    			<div id="menu"><div style="padding-top:15px;">
    				<span style="color: #718F49;">&raquo;</span> <a href="sites.html">My Sites</a>
    				<span style="color: #718F49; padding-left:5px;">&raquo;</span> <a href="work.html">My Latest Work</a>
    			</div></div>
    		</div>
    		
    		<div id="sep">&nbsp;</div>
    		<div id="archive"><span style="font-weight: bold; float: left;">This Is My Simplest Site.</span><span style="font-weight: bold; color: #A9A9A9; float: right;">Previews Posts</span></div>
    		<div id="wrapperContent">
    			<div id="wrapperNote">
    				<div id="noteTop">
    					
    				</div>
    				<div class="noteContent">
    					<div class="title">Use Proxy Server.</div>
    					Use proxy server to <b>access Yahoo,Gmail And Orkut site from our college.</b> Using proxy you can open thease sites. Just Simple <a href="http://www.quickbrowsing.com/"><span style="color:darkred">Click Here</span></a> and enter site address in text box as show in following image.
    					<div style="text-align:center;"><img src="images/proxy.JPG" alt="Proxy" /></div>
    					<div class="date">22-08-2007 07:45 am</div>
    				</div>
    
    				<div class="noteContent">
    					<div class="title">E-mail Sites.</div>
    					Want to open E-mail account...? There are many e-mail services but only some are good. Most popular e-mail sites are <a href="http://mail.yahoo.com"><span style="color:darkred">Yahoo Mail</span> </a>, <a href="http://gmail.com"><span style="color:darkred">Gmail</span></a> but <b>thease sites are blocked in our college.</b>	<a href="http://hotmail.com"><span style="color:darkred">Hotmail</span></a> is good e-mail Service but it take more time to load.
    					<div class="date">21-08-2007 01:45 pm</div>
    				</div>
    
    				<div class="noteContent">
    					<div class="title">Some Information.</div>
    					I know this is very simple design. Just made this degine and Again i used gray color with green combination. This colors are looks gr8 and Main thing it is my favorites color combination .
    					<div class="date">20-08-2007 10:18 pm</div>
    				</div>
    				<div id="noteBottom">
    					
    				</div>
    			</div>
    		</div>
    			
    	</div>
    	
    	<div id="bottom">
    		&copy; Copyright 2007 (<a href="http://jigsaw.w3.org/css-validator/check/referer">css</a> <a href="http://validator.w3.org/check?uri=referer">xhtml</a>)
    	</div>
    		
    </div>
    
    </body>
    </html>
    
    Code (markup):
     
    VimF, Aug 22, 2007 IP
  6. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #6
    Damn, people actually pay that much JUST for validation nowadays?
     
    soulscratch, Aug 22, 2007 IP
  7. wyrd33

    wyrd33 Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Well.. I don't agree with people spamming threads offering paid services in a forum where someone is asking for help.

    With that said, validation is very important. By validating your code so it conforms to a standard makes sure that your web site will look identical on current browsers and future browsers to come.
     
    wyrd33, Aug 22, 2007 IP
  8. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #8
    Right, but novice coders think that validating makes everything perfect in all browsers, etc and still use ugly ass markup that is far from semantic, thinking its OK because its valid.
     
    soulscratch, Aug 22, 2007 IP
  9. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Actually it helps to ensure that the site renders identically cross-browser. You can have perfectly valid HTML and CSS and still have the page look one way in Internet Explorer, another way in Firefox, yet another way in Opera, and so forth.
     
    Dan Schulz, Aug 22, 2007 IP
  10. bsklep

    bsklep Well-Known Member

    Messages:
    2,122
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #10
    Help someone and do some work for someone --> it's differance!

    He have errors, he have line where is the problem, he have what the problem is.. so.. he have problem or he have some work for someone to do?

    Sorry.. for my post, it was first and last time :)


    When I have some not valid code, and I don't have time for valid it.. I will post hire.. Who wan't HELP me? ;)


    Cheers
     
    bsklep, Aug 22, 2007 IP
  11. wyrd33

    wyrd33 Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Good point.
     
    wyrd33, Aug 23, 2007 IP