css - table not showing properly inside div html -
i have problem table inside div. created 2 tables , goal have them next each other. ended 1 below other. tried play css as can, not experienced it. code here: #contactdetails_table{ width: 500px; height: 190px; /* border: solid #234b7c 3px; */ background-color: #ffc3ce; border-radius: 15px; direction: rtl; float: left; color: white; font-size: large; position: relative; overflow: scroll; } and code second table manages go below current one: <table style="position:relative; float:left;" cellpadding="10" cellspacing="10"> <tr> <td>الايميل:</td> <td><?php echo $profiledetails->email; ?></td> </tr> <tr> <td>المدينة:</td> <td>...