Blank tr tags is disappears as p tag
-
<table> <tr> <td>col-1</td> <td>col-2</td> </tr> <tr> <td>col-3</td> <td>col-4</td> </tr> <tr> <td rowspan="3">col-5</td> <td rowspan="3">col-6</td> </tr> <tr> </tr> <tr> </tr> </table>
The blank tr tags is disappears, but otherwise it breaks the table. How it solve? Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Blank tr tags is disappears as p tag’ is closed to new replies.