Do tables conflict with CSS & DIV's?
I have a form that is configured using a table but it appears outside of the DIV that it is supposed to appear in!
No, they don't conflict at all. Do you use align or are floating the table? Maybe using absolute positioning? That would cause the effect you describe.
Ah, maybe thats the problem then - the table isn't aligned or floated but the div is (float:left). Is there a way to pull the table within the div, or is it best to unfloat the div?
I've unfloated the DIV that was causing the misplacement of the table and it now appears ok. Just a couple of unplaced items but they wont be a problem
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.