robert_gsfame Posted July 24, 2010 Share Posted July 24, 2010 I have 2 tables, the second one i set float:right the problem is that when i add newline in the first table like this <table><tr><td>aaaa</td></tr><tr><td>aaa</td></tr></table> or simply just <table><tr><td><br><br><br><br><br><br><br><br></td></tr></table> my second table position also effected,how can i fix the my second table position ? thx Quote Link to comment https://forums.phpfreaks.com/topic/208760-table-problem/ Share on other sites More sharing options...
Hybride Posted July 25, 2010 Share Posted July 25, 2010 You can go <table style="float:right"></table> for just the one table you want to float. Quote Link to comment https://forums.phpfreaks.com/topic/208760-table-problem/#findComment-1091046 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.