Forum Moderators: coopster
Here's what I'm talking about.
The only static HTML is the title. The sidebar goes out of the div - the div doesn't stretch down to the bottom of the sidebar.
Now there's a static textarea and input. Div stretches to the bottom of the content, but not the sidebar.
Again, it works fine if I hand code the HTML.
How do I get around this, making it so the CSS will kick in after all the HTML has been generated? I tried using the output buffer but it kept doing the same thing... Weird...
[edited by: jatar_k at 11:28 pm (utc) on April 14, 2008]
[edit reason] no urls thanks [/edit]
have you compared the two codes to make sure they really are identical? maybe you have missed out a class or something on the generated version, or forgotten to close a quote mark around a class, or something simple like that.