Problem with <div> tags in masterpage not spanning to default.aspx

  • Thread starter Thread starter tgr0ss
  • Start date Start date
T

tgr0ss

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.
 
tgr0ss said:
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.
 
Back
Top