ARTICLE AD BOX
We have simple webpage in HTML, as of a few days ago the borders around our tables just disappeared. They were working fine for years, does anyone have any insight on to why they now just show nothing? Our content is in 2 columns with a table, should be green on the left, orange on the right. Tested on chrome and edge.
Used the html <table bordercolor=>
Any help would be appreciated.
Tables green and orange
1
Short answer: Stop using bordercolor. There is no such attribute by that name at this time.
It looks like that attribute is ancient, not really part of a standard, and obsolete. I haven't stumbled across more helpful "official" resources at this time, but just looking at an article here tells the story. Especially the section about the supported browsers:
Those browsers have, in one way or another, "evolved" into Edge and Mozilla, etc. But the browsers themselves (and, if I'm being honest, the styles being rendered) are, for lack of a better term, dead.
It's time to start updating your code. For example:
221k43 gold badges252 silver badges342 bronze badges
Explore related questions
See similar questions with these tags.

