Hi,
could you maybe show us your code structure?
You don't have to set the size or anything else on a ContentPlaceHolder.
Just put it whereever you want on the MasterPage (between DIVs or TABLEs) and
fill it with content on .aspx Pages which are using the MasterPage.
hth,
Andreas

Signature
More on ASP.NET and Silverlight on my blog: http://www.andreas-kraus.net/blog
> Hi,
>
[quoted text clipped - 17 lines]
>
> Thanks
ZZ_Scarab - 07 Sep 2007 23:36 GMT
Thanks, Andreas. I was actually trying to convert a child page into a content
one but it was to large to fit. After I reduced its size so it would fit, I
managed to link it to the master page and when I open it in design mode, it
shows nicely fitting inside the master page. However, the ContentPlaceHolder
control itself still shows behind my content page's controls and has a
smaller size than the content page. I'm not sure that this poses a problem,
but will know soon when I try creating my next content page.
---------------------------------------------------------------------------------------------
> Hi,
>
[quoted text clipped - 28 lines]
> >
> > Thanks