Page view counter

Master page template not showing up on all pages

Last post 09-04-2007 6:07 AM by Amanda Wang - MSFT. 4 replies.

Sort Posts:

  • Master page template not showing up on all pages

    09-02-2007, 8:52 PM
    • Loading...
    • BigSoc314
    • Joined on 09-03-2007, 12:42 AM
    • Peoria, Illinois
    • Posts 3
    • Points 0

    I have a master page template in Expression web that I use for our school's website. At the bottom there is the contact webmaster and copyright information. When I open some of the pages on my windows server, some of the pages contain  the information ands some of them dont show them. Any other information that is needed please just ask.

    Filed under: ,
  • Re: Master page template not showing up on all pages

    09-03-2007, 1:51 AM
    • Loading...
    • scorpioafrica
    • Joined on 11-11-2005, 6:01 AM
    • South Africa
    • Posts 51
    • Points 304

    If you have added new ContentPlaceHolder areas to a master page which has already had pages linked to it, you may need to manually add the content area to the older pages.

    Hope this helps

    Chris

    Dont forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: Master page template not showing up on all pages

    09-03-2007, 3:34 AM
    • Loading...
    • Biser
    • Joined on 11-01-2006, 11:24 AM
    • Bulgaria
    • Posts 93
    • Points 510

    HI

    Do you add to every @Page derective MasterPageFile="~/MasterPage.master"  if you missed then browser will show only page content without embedded with masterpage content.

    For Example 

    <%@ Page Language="C#" MasterPageFile="~/MasterPage.master"  ..>

    I hope this will help

    Regards 

    Please remember to click "Mark as Answer" on this post if it helped you.
  • Re: Master page template not showing up on all pages

    09-03-2007, 8:43 AM
    • Loading...
    • BigSoc314
    • Joined on 09-03-2007, 12:42 AM
    • Peoria, Illinois
    • Posts 3
    • Points 0

    No it hasnt helped. I have a master page with one content placeholder in it. the pages that are long are the pages that do not have the copyright info on them. the pages that are short are the pages that do. If you guys have email addresses i will send you the screen shot of what i am seeing. Thank You!

  • Re: Master page template not showing up on all pages

    09-04-2007, 6:07 AM
    Answer

    Hi,

    As your above said,  the copy right info that is on the master page shows on the every page, but some content page is too long so that copy right info cannot be  seen on the screen, you have to scroll the page to see it, right?

    You can put the contentplaceholder into a div, and set the div's property to show the scroll, so you can see the copy right info on the screen, you need to only scroll the content page.

    Fow example:

    <div style="overflow:auto; HEIGHT:200px">
            <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
            </asp:contentplaceholder>
    </div>

     If I misunderstand your mean. please post more details about your prolem.

    Hope it helps.

    Amanda Wang
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (5 items)