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> </td> <td> </td> <td> </td></tr><tr> <td colspan="2"> </td> <td> </td></tr><tr> <td colspan="3"> </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