I\'m working on a web page in Google Chrome. It displays correctly with the following styles.
table {
display: table;
border-collapse: separate;
I had the same problem as one of my
I went back and checked my
section and my CSS link was like below:I included type in it and made it like below:
My problem was solved.