Dear Muffin group:I want to create a table, however, each row will not have the same column, while the column width will change to full width.
you will see that the or description of the project makes the cell so wide, then the cells below also became for wide. it make mess my table.
how can I make the ROW 1 Column 2 Cell as wide as of total width of table
thanks in advance
this is my table codes:
<table style="height: 63px;" width="671">
<tbody>
<tr>
<th>About Project</th>
<td>First project of Turkey with Master Plan; colossal and rich landscape; 23 blocks with 3.540 units; on TEM main highway</td>
</tr>
<tr>
<th>Location</th>
<td>European Side of İstanbul, in Halkalı, on TEM main highway, close to E5 main highway, Atatürk and 3rd Airport, metro and bus stations, Olimpiat Stadium and Küçükçekmece Natural Lake</td>
</tr>
<tr>
<th>Type of Room</th>
<td>1+0 (43m2)</td>
<td>1+1 (58-93 m2)</td>
<td>2+1 (92-136m2)</td>
<td>3+1 (146-175m2)</td>
<td>4+1 (192-203m2)</td>
</tr>
<tr>
<th>Price</th>
<td>Row 1 col 2 content</td>
<td>Row 1 col 3 content</td>
<td>Row 1 col 3 content</td>
<td>Row 1 col 3 content</td>
<td>3+1 (146-175m2)</td>
</tr>
<tr>
<th>Delivery Time</th>
<td>Ready to Move</td>
</tr>
</tbody>
</table>
Comments
the table is not much responsive. You will not be able to do that, this is not show tables work.
thanks