Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Losing borders in table cells

more options

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

All Replies (1)

more options

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.

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.