hi, how will I do this table? it's quite confusing. pls explain me. XD http://oi44.tinypic.com/35m4g2q.jpg
is that a table inside a table?
@agdgdgdgwngo
Is this a spreadsheet exercise? If so... The image is a 5x4 table, just like it says. The top row is one cell that spans all four columns. Under that is a cell that spans two rows in the first column. The third row has a cell that spans three columns. And there are three more stretched cells.
yep! i think i already got it. is this right? <table border="1" width="8%"> <tr> <td colspan="4"><center><b>asd</b></center></td> </tr> <tr> <td rowspan="2">asd</th> <td>asd</td> <td>asd</td> <td>asd</td> </tr> <tr> <td colspan="3">asd</td> </tr> <tr> <td>asd</td> <td colspan="2">asd</td> <td rowspan="2">asd</td> </tr> <tr> <td colspan="2">asd</td> <td>asd</td> </tr> </table> i used <td colspan="4"><center><b>asd</b></center></td> instead of th tag so i will have a uniform code, but still same effect.
Join our real-time social learning platform and learn together with your friends!