bford21 Posted March 6, 2011 Share Posted March 6, 2011 I want to display two tables on one line keeping the width of the table. In the past whenever I've wanted two things on the same line I've always floated one left and the other right. I've tried doing this here but the tables have a width of 45% and when they get floated its as if thats ignored. Heres a picture to better explain the situation. http://i52.tinypic.com/2ry1vur.jpg Thanks in advance for all your help. Quote Link to comment https://forums.phpfreaks.com/topic/229730-two-tables-one-line/ Share on other sites More sharing options...
glenelkins Posted March 17, 2011 Share Posted March 17, 2011 looking at your picture, it appears your tables have a right margin, which adds extra invisible width, meaning the container element is not wide enough so the floats are pushed under. it is however hard to tell from the picture. I tested out some floating tables and they work fine. Perhaps you should post your code and a live example. Quote Link to comment https://forums.phpfreaks.com/topic/229730-two-tables-one-line/#findComment-1188587 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.