Can't get HTML Table borders to display.

3lectr1c

Active Tinkerer
May 15, 2022
629
294
63
the United States
www.macdat.net
I'm trying to create a table with borders on my website, but after adding the proper CSS to my stylesheet to enable the borders, they just won't display. Stylesheet is properly linked to the html page. Any idea of what's going on? I've tried adding tr to the css, changing to 2 or 3px, and internal styling as well.
code.png

table code.png
 

3lectr1c

Active Tinkerer
May 15, 2022
629
294
63
the United States
www.macdat.net
Padding was added but the border still isn't displaying unfortunately. Also tried in chrome just for the heck of it since I normally use FireFox but it produced the same result.

Edit: Solved it. For some reason shorthand border CSS just refused to work. Used individual border-style and border-color parameters and now it's showing up. Strange, but ah well, it works.
 
Last edited: