heine Hi, i'm wondering why there is no way to center a table in a page. I tried it with the divalign plugin but this only works for text. Is there a hidden feature in the table syntax that could solve my wish? It can't be so hard... martin
vincentp 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?
Chris75 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!
michaelsy 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.