Click to See Complete Forum and Search --> : html colspan =0


dummyagain
July 23rd, 2007, 02:59 AM
i would like to know what;s the meaning of colspan=0, i have a case that when i set colspan=0, the whole column occupies the whole row and pushing other column to the next row.

What should i do to solve it?

Thank you

PeejAvery
July 23rd, 2007, 07:05 AM
Colspan should not be set to 0. Just change the number, or delete if if all the <tr> tags have the same amount of <td> tags.