The "Styler plugin" doesn't work more than the "wrap plugin", it seems. And parameter "htmlok" has serious security issues. Is there still no solution?
We actually had some discussion recently, with regard to centering images. For tables the solution would look like this, using the wrap plugin (Note the invisible but important Narrow No-Break Spaces (U+202F) in the first column!):
<WRAP column 30%> </WRAP> <WRAP column 30%> ... your table here ... </WRAP> <WRAP clear/>
Cheers!
Other solution: userall.css:
.wrap_table-center table { margin-left: auto; margin-right: auto; }
Wiki:
<WRAP table-center > |< 50% >| | my | small | table | </WRAP>
Needed plugins: Wrap, Tablewidth
- Michael Sy.
OR just in userstyle.css :
table.inline { margin:auto; }