Page doesn't validate

This is a discussion on "Page doesn't validate" within the Starting Out section. This forum, and the thread "Page doesn't validate are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 1st, 2008, 18:59
Junior Member
Join Date: Mar 2008
Location: Austin, TX
Age: 20
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
Page doesn't validate

All my pages validate except for one
here's the link to the error messages:
http://validator.w3.org/check?uri=ht...up=0&verbose=1

And the actual page:
http://www.davisspringslawns.com/Locs.html

been searching for an hour and still don't know what's up...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 1st, 2008, 19:17
AnsUK's Avatar
Director of AnsUK IT

SuperMember
Join Date: Jun 2008
Location: Farnborough, UK
Posts: 206
Blog Entries: 2
Thanks: 8
Thanked 17 Times in 17 Posts
Re: Page doesn't validate

They all seem to be missing closing table and paragraph tags. Go through the design and make sure everything is closed correctly with </td> and </p>.
Last Blog Entry: Essential Guide To Choosing a Hosting Provider (Jul 25th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
The Following User Says Thank You to AnsUK For This Useful Post:
  #3  
Old Jul 1st, 2008, 19:47
Aso's Avatar
Aso Aso is offline
Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,465
Blog Entries: 2
Thanks: 18
Thanked 71 Times in 66 Posts
Re: Page doesn't validate

Quote:
Originally Posted by AnsUK View Post
They all seem to be missing closing table and paragraph tags. Go through the design and make sure everything is closed correctly with </td> and </p>.
Yup, you were just missing three closing </p> tags on lines 86, 92 and 97.

Fixed
HTML: Select all
<?xml version="1.0" encoding="utf-8"?>
<!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>
    <title>Mesa Rosa Mexican Restaurant</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 
    <!-- External CSS -->    
    <link rel="stylesheet" type="text/css" href="MRCSS.css" />

</head>


<body>
<!-- Container -->
<div id="container">


<!-- Header-->
<div id="header">
<div id="RedSquare">
<img src="RedSquare.gif" alt="Red Square Graphic"  width="150" height="149" />
</div>
<h1><span>Header</span></h1>
</div>

<!-- Navigation -->
<div id="nav">
<ul>    
      <li><a href="index.html">Home</a></li>
       <li><a href="Menu.html">Menu</a></li>
       <li><a href="HappyHr.html">Happy Hour</a></li>
       <li><a href="CPP.html">Catering &amp; Private Parties</a></li>
       <li><a href="Enter.html">Entertainment</a></li>
       <li><a href="Locs.html">Locations</a></li>
</ul>
</div>




<!-- Top Content -->
<div id="TopcontentSubPg">
<div id="LocsTable">
<table>
    <caption><strong>Our Locations</strong></caption>
<tr>
    <th><img src="MROriginalIMG.jpg" width="300" height="300" alt="Mesa Rosa Original Photo" /></th>
    <th><img src="MR620IMG.jpg" width="300" height="300" alt="Mesa Rosa Original Photo" /></th>
</tr>
<tr>
    <td><h2>Mesa Rosa Original</h2></td>
    <td><h2>Mesa Rosa 620</h2></td>    
</tr>
<tr>
    <td><address>10700 Anderson Mill Rd,
    <br />
    Austin, Texas 78750
    <br />
    (512) 335-3335</address></td>
    <td><address>15515 FM 620, 
    <br />
    Austin, Texas 78717
    <br />
    (512) 733-6622</address></td>    
</tr>
<tr>
    <td><h3><strong>Hours:</strong></h3><p>Mon - Thur: 11am-9pm
                    <br />
                    Fri &amp; Sat: 11am-10pm
                    <br />
                    Sun: 10am-9pm</p></td>
    <td><h3><strong>Hours:</strong></h3><p>Mon-Thur: 10:30am-10pm
                    <br />
                     Fri: 10:30am-11pm
                    <br />
                     Sat: 10am-11pm
                    <br />
                     Sun: 9 am-10pm</p></td>    
</tr>
<tr>
    <td><h3><strong>Breakfast Served:</strong></h3><p>Sat: 11am-2pm
                    <br />
                    Sun: 10am-2pm</td>
    <td><h3><strong>Breakfast Served:</strong></h3><p> Sat:10am-2pm &amp; Sun: 9am-2pm</p></td>    
</tr>
<tr>
    <td><h3><strong>Accomodations:</strong></h3><p>Private Dining Room - Seats up to 50
                    <br />
                    Bar/TV</td>
    <td><h3><strong>Accomodations:</strong></h3><p> Private Dining Rooms - Seating up to 70
                            <br />
                             Large Outdoor Patio
                            <br />
                             Bar / Plasma Screen TV</td>     </tr>
<tr>
    <td><a href="http://maps.yahoo.com/;_ylc=X3oDMTExNmIycG51BF9TAzI3MTYxNDkEc2VjA2ZwLWJ1dHRvbgRzbGsDbGluaw--#mvt=m&amp;lat=30.447239&amp;lon=-97.809841&amp;zoom=17&amp;q1=10700%20Anderson%20Mill%20Rd%20Austin%2C%20Texas%2078750"><img src="MROriginalMapIMG.jpg" width="300" height="300" alt="Mesa Rosa Original Map" /></a></td>
    <td><a href="http://maps.yahoo.com/;_ylc=X3oDMTExNmIycG51BF9TAzI3MTYxNDkEc2VjA2ZwLWJ1dHRvbgRzbGsDbGluaw--#mvt=m&amp;lat=30.48169&amp;lon=-97.743844&amp;zoom=17&amp;q1=15515%20FM%20620%2C%20Austin%2C%20Texas%2078717"><img src="MR620MapIMG.jpg" width="300" height="300" alt="Mesa Rosa 620 Map" /></a></td>
</tr>
</table>
</div> <!-- End Table -->



<div id="LocsTable2">
<table>
<tr>
    <th><img src="MRRRIMG.jpg" width="300" height="300" alt="Mesa Rosa Round Rock Photo" /></th>
</tr>
<tr>
    <td><h2>New Location:
        <br />
        Mesa Rosa is now in Round Rock!</h2></td>
</tr>
<tr>
    <td><address>2850 N IH 35, 
    <br />
     Round Rock, Tx 78681
    <br />
    (512) 218-1818</address></td>
</tr>
<tr>
    <td><h3><strong>Hours:</strong></h3><p>Mon-Thur: 10:30 a.m. -10:00 p.m. 
                    <br />
                    Fri: 11am-11pm
                    <br />
                    Sat: 11am-11pm</p></td>    
</tr>
<tr>
    <td><h3><strong>Breakfast Served:</strong></h3><p>Sat &amp; Sun: 11am-2pm</p></td>
</tr>
<tr>
    <td><h3><strong>Accomodations:</strong></h3><p>Private Dining Rooms/Bar/Plasma Screen TVs</p></td>
</tr>
<tr>
    <td><a href="http://maps.yahoo.com/;_ylc=X3oDMTExNmIycG51BF9TAzI3MTYxNDkEc2VjA2ZwLWJ1dHRvbgRzbGsDbGluaw--#mvt=m&amp;lat=30.53873&amp;lon=-97.692891&amp;zoom=17&amp;q1=2850%20N%20IH%2035%2C%20Round%20Rock%2C%20Tx%2078681%20&amp;gid1=37033779"><img src="MRRRMapIMG.gif" width="300" height="300" alt="Mesa Rosa Original Map" /></a></td>
</tr>
</table>
</div> <!-- End Table -->
</div>


<!-- Bottom Content -->
<div id="BottomContentSubPg">
<div id="OrangeSquareSubPg">
<img src="OrangeSquare.gif" width="150" height="149" alt="Orange Square Graphic" />
</div>
<div id="PurpleSquareSubPg">
<img src="PurpleSquare.gif" width="150" height="149" alt="Purple Square Graphic" />
</div>
</div>


<!-- Footer -->
<div id="footer">
<h6>Copyright 2004-2008 Mesa Rosa, Inc.</h6>
</div>



</div> <!-- End container -->
</body>
</html>
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
The Following User Says Thank You to Aso For This Useful Post:
  #4  
Old Jul 1st, 2008, 20:32
Junior Member
Join Date: Mar 2008
Location: Austin, TX
Age: 20
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Page doesn't validate

Quote:
Originally Posted by Aso View Post
Yup, you were just missing three closing </p> tags on lines 86, 92 and 97.

Fixed
HTML: Select all
<?xml version="1.0" encoding="utf-8"?>
<!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>
    <title>Mesa Rosa Mexican Restaurant</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 
    <!-- External CSS -->    
    <link rel="stylesheet" type="text/css" href="MRCSS.css" />

</head>


<body>
<!-- Container -->
<div id="container">


<!-- Header-->
<div id="header">
<div id="RedSquare">
<img src="RedSquare.gif" alt="Red Square Graphic"  width="150" height="149" />
</div>
<h1><span>Header</span></h1>
</div>

<!-- Navigation -->
<div id="nav">
<ul>    
      <li><a href="index.html">Home</a></li>
       <li><a href="Menu.html">Menu</a></li>
       <li><a href="HappyHr.html">Happy Hour</a></li>
       <li><a href="CPP.html">Catering &amp; Private Parties</a></li>
       <li><a href="Enter.html">Entertainment</a></li>
       <li><a href="Locs.html">Locations</a></li>
</ul>
</div>




<!-- Top Content -->
<div id="TopcontentSubPg">
<div id="LocsTable">
<table>
    <caption><strong>Our Locations</strong></caption>
<tr>
    <th><img src="MROriginalIMG.jpg" width="300" height="300" alt="Mesa Rosa Original Photo" /></th>
    <th><img src="MR620IMG.jpg" width="300" height="300" alt="Mesa Rosa Original Photo" /></th>
</tr>
<tr>
    <td><h2>Mesa Rosa Original</h2></td>
    <td><h2>Mesa Rosa 620</h2></td>    
</tr>
<tr>
    <td><address>10700 Anderson Mill Rd,
    <br />
    Austin, Texas 78750
    <br />
    (512) 335-3335</address></td>
    <td><address>15515 FM 620, 
    <br />
    Austin, Texas 78717
    <br />
    (512) 733-6622</address></td>    
</tr>
<tr>
    <td><h3><strong>Hours:</strong></h3><p>Mon - Thur: 11am-9pm
                    <br />
                    Fri &amp; Sat: 11am-10pm
                    <br />
                    Sun: 10am-9pm</p></td>
    <td><h3><strong>Hours:</strong></h3><p>Mon-Thur: 10:30am-10pm
                    <br />
                     Fri: 10:30am-11pm
                    <br />
                     Sat: 10am-11pm
                    <br />
                     Sun: 9 am-10pm</p></td>    
</tr>
<tr>
    <td><h3><strong>Breakfast Served:</strong></h3><p>Sat: 11am-2pm
                    <br />
                    Sun: 10am-2pm</td>
    <td><h3><strong>Breakfast Served:</strong></h3><p> Sat:10am-2pm &amp; Sun: 9am-2pm</p></td>    
</tr>
<tr>
    <td><h3><strong>Accomodations:</strong></h3><p>Private Dining Room - Seats up to 50
                    <br />
                    Bar/TV</td>
    <td><h3><strong>Accomodations:</strong></h3><p> Private Dining Rooms - Seating up to 70
                            <br />
                             Large Outdoor Patio
                            <br />
                             Bar / Plasma Screen TV</td>     </tr>
<tr>
    <td><a href="http://maps.yahoo.com/;_ylc=X3oDMTExNmIycG51BF9TAzI3MTYxNDkEc2VjA2ZwLWJ1dHRvbgRzbGsDbGluaw--#mvt=m&amp;lat=30.447239&amp;lon=-97.809841&amp;zoom=17&amp;q1=10700%20Anderson%20Mill%20Rd%20Austin%2C%20Texas%2078750"><img src="MROriginalMapIMG.jpg" width="300" height="300" alt="Mesa Rosa Original Map" /></a></td>
    <td><a href="http://maps.yahoo.com/;_ylc=X3oDMTExNmIycG51BF9TAzI3MTYxNDkEc2VjA2ZwLWJ1dHRvbgRzbGsDbGluaw--#mvt=m&amp;lat=30.48169&amp;lon=-97.743844&amp;zoom=17&amp;q1=15515%20FM%20620%2C%20Austin%2C%20Texas%2078717"><img src="MR620MapIMG.jpg" width="300" height="300" alt="Mesa Rosa 620 Map" /></a></td>
</tr>
</table>
</div> <!-- End Table -->



<div id="LocsTable2">
<table>
<tr>
    <th><img src="MRRRIMG.jpg" width="300" height="300" alt="Mesa Rosa Round Rock Photo" /></th>
</tr>
<tr>
    <td><h2>New Location:
        <br />
        Mesa Rosa is now in Round Rock!</h2></td>
</tr>
<tr>
    <td><address>2850 N IH 35, 
    <br />
     Round Rock, Tx 78681
    <br />
    (512) 218-1818</address></td>
</tr>
<tr>
    <td><h3><strong>Hours:</strong></h3><p>Mon-Thur: 10:30 a.m. -10:00 p.m. 
                    <br />
                    Fri: 11am-11pm
                    <br />
                    Sat: 11am-11pm</p></td>    
</tr>
<tr>
    <td><h3><strong>Breakfast Served:</strong></h3><p>Sat &amp; Sun: 11am-2pm</p></td>
</tr>
<tr>
    <td><h3><strong>Accomodations:</strong></h3><p>Private Dining Rooms/Bar/Plasma Screen TVs</p></td>
</tr>
<tr>
    <td><a href="http://maps.yahoo.com/;_ylc=X3oDMTExNmIycG51BF9TAzI3MTYxNDkEc2VjA2ZwLWJ1dHRvbgRzbGsDbGluaw--#mvt=m&amp;lat=30.53873&amp;lon=-97.692891&amp;zoom=17&amp;q1=2850%20N%20IH%2035%2C%20Round%20Rock%2C%20Tx%2078681%20&amp;gid1=37033779"><img src="MRRRMapIMG.gif" width="300" height="300" alt="Mesa Rosa Original Map" /></a></td>
</tr>
</table>
</div> <!-- End Table -->
</div>


<!-- Bottom Content -->
<div id="BottomContentSubPg">
<div id="OrangeSquareSubPg">
<img src="OrangeSquare.gif" width="150" height="149" alt="Orange Square Graphic" />
</div>
<div id="PurpleSquareSubPg">
<img src="PurpleSquare.gif" width="150" height="149" alt="Purple Square Graphic" />
</div>
</div>


<!-- Footer -->
<div id="footer">
<h6>Copyright 2004-2008 Mesa Rosa, Inc.</h6>
</div>



</div> <!-- End container -->
</body>
</html>
I love how 3 closing <p> tags causes 17 errors.
Thanks a bunch though...it seemed tougher at the time haha, this stuff is like playing one of those word search things, especially when using plain old notepad

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Page doesn't validate. mcdanielnc89 Web Page Design 9 Oct 23rd, 2007 05:19
trying to validate css Phixon Web Page Design 12 Oct 2nd, 2007 20:44
Why wont it Validate R8515198 Web Page Design 12 Jul 4th, 2007 17:01
Why should I validate CSS? spinal007 Web Page Design 13 May 11th, 2007 14:24
validate database Monie Classic ASP 3 Sep 9th, 2004 01:56


All times are GMT. The time now is 11:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved