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 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. Link to comment https://forums.phpfreaks.com/topic/208760-table-problem/#findComment-1091046 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.