Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Losing borders in table cells

In <style> I have td {padding:.5ch;border:solid, grey, thin; text-align:center} Suddenly the borders stopped working, but still work in other Browsers. I added <thead> to the table and thead {display: table-header-group;} in the @media print in the style section, but removing them doedn't

In <style> I have td {padding:.5ch;border:solid, grey, thin; text-align:center} Suddenly the borders stopped working, but still work in other Browsers. I added <thead> to the table and thead {display: table-header-group;} in the @media print in the style section, but removing them doedn't

Všetky odpovede (1)

Col Boogie said

In <style> I have td {padding:.5ch;border:solid, grey, thin; text-align:center}

Don't use commas in the value of the border property. Do you use the Page Inspector - right-click > Inspect ? The rules pane would let you know that the value of border is invalid.