First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
I would like to know how to center a single specific table per note?
Things I have tried
the only tutorials and CSS Snipets I found, center all valt tables and not just a specific one that I want
per table using an inefficient CSS snippet where you have to include in the markdown directly before, after, or in the table something such as an inline tag or other item that appears in the DOM
using HTML tables
A custom callout is the way I would go.
I didn’t follow the convo on Discord but did glimpse that at least one person (maybe more) offered a callout. What are you looking for that’s different from the solutions you had, so people know how to help you further and don’t repeat suggestions and effort?
This solution is extremely inelegant because normally you want to work with markdown tables. Also this kind of styling is not portable i.e. you cannot transfer your notes to different applications etc.
If you want to work with tables and style them individually to apply center etc then you need to use MS Word or Google Docs. Obsidian is notorious for being a bad document creator.
per table using an inefficient CSS snippet where you have to include in the markdown directly before, after, or in the table something such as an inline tag or other item that appears in the DOM
That’s what the options you were previously offered do. As does the option here. If they still don’t meet your expectations, do your best to explain what’s wrong with them or what other things you want so that people can try to help.