Instead of using colspan
, I am thinking of utilizing CSS for the same purpose. After reading about it on this page: here, it seems like column-span
can be a viable option. Many blogs have also covered this topic extensively.
However, upon implementing it in my code, I noticed that the td
spans only one column instead of what is expected.
In addition, I encountered an unusual error indicating that 4 is not a valid value for that style. Although using all
resolved the warning message, the desired outcome was still not achieved.
I have a feeling that there might be something crucial that I am overlooking. Am I correct in assuming so?