Imar,
I'vemoved away the "About" folder to the Controls one and the problem went away;it does no longer exist, but when I look at the browser I have tow horiznotal banners on on the right and another on the left.
The code in AboutUs.aspx is:
[<%@ Page Title="About Us" Language="
VB" MasterPageFile="~/Master/Frontend.master" AutoEventWireup="false" CodeFile="AboutUs.aspx.
vb"
Inherits="About_AboutUs" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="cpMainContent" runat="Server">
<h1>
<asp:Button ID="Button2" runat="server" Text="Button" />
</h1>
<h1>About Us</h1>
<p>Planet Wrox is a sample site that comes with the book Beginning ASP.NET 4 in C# and
VB by Imar Spaanjaars.</p>
<p>The site demonstrates an on-line community site designed to share reviews of CDs and concerts. Additionally, users are invited to upload pictures from concerts they have been to (the so called Gig Pics) to show the world what cool concerts they have seen. </p>
<p>Wrox is a trademark or registered trademark of Wiley Publishing, Inc. Used by permission. </p>
<asp:Button ID="Button1" runat="server" Text="Button" />
<Wrox:Banner ID="Banner2" runat="server" DisplayDirection="Horizontal" ></Wrox:Banner>/>
</asp:Content>]
I am lost. Please note that I am learning and and do not have a fraction of your expertise and for this reason I may not be able to do everyhting you ask me to do.
Thank you for your patience and great help.
Cheers
Khalil