Bill Crawley
May 6th, 2006, 08:55 AM
Hi All,
I have the following in my master page
<body>
<form id="form1" runat="server">
<asp:Panel ID="Headerpanel" runat="server" BackImageUrl="~/Images/Timeban.jpg" width="50%" HorizontalAlign="Center"></asp:Panel>
<asp:contentplaceholder id="PageBody" runat="server">
<h1>Welcome to this page</h1>
</asp:contentplaceholder>
</form>
</body>
When I run this, the contentplaceholder sits across the middle of my image. how do I place the contentplaceholder at a particular position on the page. I cannot seem to adjust where it resides.
Basically I'm just trying to get a banner at the top with my placeholder below. I also appear not to be able to resize the placeholder on the masterfile so as to say 'use this area only'.....or have I missed the point?
I have the following in my master page
<body>
<form id="form1" runat="server">
<asp:Panel ID="Headerpanel" runat="server" BackImageUrl="~/Images/Timeban.jpg" width="50%" HorizontalAlign="Center"></asp:Panel>
<asp:contentplaceholder id="PageBody" runat="server">
<h1>Welcome to this page</h1>
</asp:contentplaceholder>
</form>
</body>
When I run this, the contentplaceholder sits across the middle of my image. how do I place the contentplaceholder at a particular position on the page. I cannot seem to adjust where it resides.
Basically I'm just trying to get a banner at the top with my placeholder below. I also appear not to be able to resize the placeholder on the masterfile so as to say 'use this area only'.....or have I missed the point?