It is all about your html layout. A contentplaceholder on it's own doesn't
produce any html. You just need to review carefully your html inside the
master and the content pages.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"jjflash" <(E-Mail Removed)> wrote in message
news:905A4679-588D-481A-A484-(E-Mail Removed)...
>I have a master page with a contentplaceholder object.
>
> When creating content pages, I'm adding controls to the contentplaceholder
> area.
> The contentplaceholder is not stretching so that I can continue to edit or
> add control below the last object added. For instance, I have a table
> that I
> can only get to the top rows. The lower rows are not accessable because
> the
> bottom of the contentplaceholder overlaps the areas. Any thought?