Can anyone provide a brief meaning of colspan? I looked it up online but still didn't understand it thanks
It's like the "Merge cells" feature in Excel ... When you have a table with for example 3 rows and 4 columns: (X = 1 cell) XXXX XXXX XXXX You can specify colspan="2" on the first cell and have this X XX -> 3 cells of which the first is wider ... XXXX XXXX
lets say they were all like this: XX X X X XX X X X XX how do you make them like this: (putting them together with each other) XXXX XXXX XXXX thanks for the help
Just get rid of all the colspan tags, and in all the rows (tr) with only 3 cells (td), just add a fourth td.