mam mały problem ( aniestet jestem noga jesli chodzi o css) na stronach chciałabym użyć dwóch stylów tabel w pliku css:
table { border-top-right-radius: 10px; font-size: 10pt; font-family: Verdana, Arial; border-width: 1px; border-color: black; border-style: solid; table-layout: fixed; border-collapse: collapse; } table { font-size: 10pt; font-family: Verdana, Arial; border-width: 0px; border-color: red; border-style: solid; table-layout: fixed; border-collapse: collapse; }
w tym momencie oba style się kłucą. Jak zrobić ażeby się nie kłuciły i jak to zaznaczyć w plikach html?