Quote:
Originally Posted by Aso
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 & 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 & 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 & 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&lat=30.447239&lon=-97.809841&zoom=17&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&lat=30.48169&lon=-97.743844&zoom=17&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 & 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&lat=30.53873&lon=-97.692891&zoom=17&q1=2850%20N%20IH%2035%2C%20Round%20Rock%2C%20Tx%2078681%20&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
