The masterpage and default.aspx are linked fine. I am using <div>
tags for the background with one that repeats-y to go through the
middle. As the placeholder grows, the <div> in the master page does
not recognize this so my border does not continue to span. In regular
html, not using contentplaceholder the divs work fine.
if any code is needed / screenshots. Please let me know. Thank you.
> The masterpage and default.aspx are linked fine. I am using <div>
> tags for the background with one that repeats-y to go through the
> middle. As the placeholder grows,
A place holder can not grow, as it doesn't have any size.
> the <div> in the master page does
> not recognize this so my border does not continue to span.
What do you have in the place holder that would affect the div?
> In regular
> html, not using contentplaceholder the divs work fine.
The placeholder does not render any html code itself, so it should make
absolutely no difference.

Signature
Göran Andersson
_____
http://www.guffa.com
Yep! Can you post your aspx and master page and if possible any css that is
used on those pages?
Thanks,
Kumaran
Software Architect
www.superbuild.com
> The masterpage and default.aspx are linked fine. I am using <div>
> tags for the background with one that repeats-y to go through the
[quoted text clipped - 3 lines]
>
> if any code is needed / screenshots. Please let me know. Thank you.