Hi, I’m fairly unfamiliar with markdown. I have a table with the default borders and I’m hoping to remove the top/bottom borders. How would I go about doing that? I saw this:
<table cellspacing="0" cellpadding="0">
and this
table {border: none;}
But I don’t understand how to implement them in Discourse. Thanks in advance!
Thank you so much! I actually checked that out, but (forgive me, I’m really new at this) I don’t understand how to make CSS changes. I do have admin privileges, but any changes I make need to affect just a specific table and not the entirety of the site.