i wish i could figure out exactly how the colspan(rowspan) works. i will use the following example:
i want a table with 3 rows.
row 1: 100px,550px,100px
row 2: 100px,650px
row 3: 100px,161px,161px,161px,162px
all rows have a width of 750.
i get confused with how exactly you determine the colspan in this case. for example, the 650px in row 2 spans 2 columsn above and 4 below. does that mean you go with 4 as a colspan for it?
the 550px in row 1. it spans 3 columns in row 3 and partially the 4th column in row 3. does it have a colspan of 4?
the last column in row 3 spans 1 and partially 2 columns from the end in row 1. is it a colspan of 2?
if i ever figure this out, well, praise be.
ty.
i want a table with 3 rows.
row 1: 100px,550px,100px
row 2: 100px,650px
row 3: 100px,161px,161px,161px,162px
all rows have a width of 750.
i get confused with how exactly you determine the colspan in this case. for example, the 650px in row 2 spans 2 columsn above and 4 below. does that mean you go with 4 as a colspan for it?
the 550px in row 1. it spans 3 columns in row 3 and partially the 4th column in row 3. does it have a colspan of 4?
the last column in row 3 spans 1 and partially 2 columns from the end in row 1. is it a colspan of 2?
if i ever figure this out, well, praise be.
ty.