Different number of Columns in all rows of a table

Skitz0

New Member
Is it possible to create a table with different number of cells in each and every row with the same width and height ..?? If so how it can be done in a simpler way ..???Note:[*]Row width and height are same[*]Cell width differs in each and every row\[code\]<table><tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td></tr><tr> <td colspan="2">&nbsp;</td> <td>&nbsp;</td></tr><tr> <td colspan="3">&nbsp;</td></tr>\[/code\]This is what i have tried using coll span ..Here let's say first row cells width is 30px,30px,30px . if i use coll span , it will be like 60px,30px but i want it as 50px,40px with only 2 cells I want like this
4aTdM.png
 
Back
Top