TheChaosFactor Posted July 29, 2010 Share Posted July 29, 2010 Ok, so in brief, I have a dynamic table that I'm trying to place in a div container. I'd like it to start at the same spot everytime, no matter how big or small it is. I was trying to position them with something like - position:relative; bottom:325px; left:20px; But that apparently doesn't work because the table size can change from page to page and from day to day. Tried fixed position too with no luck. You can see what I'm talking about here: http://www.royalfamilyhosting.com/test/index.php And more of my code can be found here for the tables and div structure, etc... http://www.phpfreaks.com/forums/index.php/topic,305760.msg1445708.html#msg1445708 Please somebody have a relatively simple solution for this. I've been fighting with it for days, and only earlier when somebody fixed one of the tables for me did I even realize that what I was doing wouldn't work anyway... Quote Link to comment Share on other sites More sharing options...
V Posted July 29, 2010 Share Posted July 29, 2010 I'm not exactly sure what you're trying to achieve. Why are you using a row of <center></center><br> to push the table way down? If you remove all those everything looks fine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.