I have a dynamic table that expands in height at various times. It’s wrapped in a DIV tag. The DIV tag does not expand with the table. Is there a trick to fix this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without seeing any code, it sounds like you needs a clearing
brunder thetable.Add
<br style="clear:both;" />after thetableand before the closing</div>.Of course, you should place that CSS in a class and add it to your stylesheet.