my colspan in table not working
why?
<table border="1"> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> <tr> <td colspan="4" style="display: block;">copyright</td> </tr> </table>
i need display block in td tag
help me please
thank you so much
<table border="1"> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> <tr> <td colspan="4" style="display: block;">copyright</td> </tr> </table>
|
|
|
Quote
<td colspan="4"><div style="display: block;">copyright</div></td>
0 members, 1 guests, 0 anonymous users