Sorry - The following query has been solved. Missing Quote mark on MainContent and moved </div> in trying to fix it. Please ignore the request.
Thanks
This thread is the nearest to asking questions for the problem I have.
In my case the page when viewed in the browser skips presenting the <h1> section and starts again at 'paying a visit to
www.Planetwrox ....'
the Sidebar is in Grey but then presented below the main text and not to the right as in the example figure.
I have checked the source file but that isn't helpful as it is not a match for the code we were asked to test. The source file is different with <p class="Introduction" ... which has not been covered in the book as yet.
heres my default.aspx section -
<style type="text/css">
.style1
{
color: #FF0000
}
</style>
<link href="Styles/Styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div id="PageWrapper">
<div id="Header">Header Goes Here</div>
<div id="MenuWrapper">Menu Goes Here</div>
<div id="MainContent>
<h1>Hi there visitor and welcome to Planet Wrox</h1>
<p>
We're glad you're <span class="style1">paying a visit</span> to
<a href="http://www.PlanetWrox.com">www.PlanetWrox.com</a>, the coolest music
community site on the Internet.</p>
<p>
Feel free to have a look around; there are lots of interesting <strong>reviews
and concert pictures</strong> to be found here.</p>
<div id="Sidebar">Sidebar Goes Here</div>
<div id="Footer">Footer Goes Here</div>
</div>
</div>
</form>
</body>
the Styles CSS file is the same as the source file but for the MainContent a section onwards which has not yet been done in the book.
Is this why the demo was shown in Mozilla and not IE ?
Thanks
Phil