I have a couple of tables in a web page. One requires to have borders, and another will be aesthetically better without borders.
I have set up a css style which provides the bordered style, but I cannot find any information about how to have a different style for the other table.
I tried adding a new class to the table, and changing the style for that class, but that didn’t seem to have any effect.
I have also tried changing the borderless table from <table> ... </table>
to e.g. <table border="0"> ... </table>
but that didn’t work either!
I did find one SO question that seemed to be the same issue, but I found I had already tried it, and it didn’t work.
TTM is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2