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.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Yours sincerely,
Amanda Wang
Microsoft Online Community Support