So, I am trying to do the basic linking between a few pages in the Build your own website the right way book. Everything on the page looks good, but when i click on the link to go to the other page then I just get an error message saying "Internet Explorer cannot display the webpage" I swear that my code is identical to what is in the book. What could be the problem? Here is the code from one of the pages.
<!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">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<head>
<title>"About BubbleUnder.com who we are; what this site if for."</title>
</head>
<body>
<div id="header">
<div id="sitebranding">
<h1>BubbleUnder.com</h1>
</div>
<div id="tagline">
<p>Diving club for the south-west UK - Let's make a splash!<p>
</div>
<!-- end of header div-->
<div id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div> <!--end of navigation div -->
<div id = "bodycontent">
<div align=left>
<h2>About us</h2>
<p>Bubble Under is a gorup of diving enthusiasts based in the south-west UK who meet up for diving trips in the summer months when the weather is good and the bacon rolls
are flowing. We arange weekends awaya as small groups to cut the costs of accomodation and travel, and to ensure that everyone gets a trustworthy dive buddy.</p>
<p>Although we're based in the south-west, we don't stay on our turf: past diving weekends away have included trips up to Scapa Flow in Scotland and to Malta's
numerous wreck sites<p>
<p>When we're not diving, we often meet up in local pub to talk about our recent adventures (any excuse, eh?).</p>
</div> <!-- end of bodycontent div -->
</body>
</html>









Bookmarks