+ 1
What is colspan
4 Réponses
+ 4
<table border=1>
<tr><td colspan=2>Hi</td></tr>
<tr><td>Hi</td><td>Hi</td></tr>
</table>
Try this and you will know what I mean.
+ 3
It's like "merge cells" in MS Excel.
+ 1
got it
0
I don't use excel so Can you explain in other way