In tables extension I use the same classes for tleft, tcenter and tright.See if that will help you. Example using .tcenter on a table.
Code:
/* Use with table [table=tcenter,35] to center table */.tleft { float: left;margin-right: 6px; }.tcenter { margin: 0 auto; }.tright { float: right;margin-left: 6px; }
Statistics: Posted by Sniper_E — Fri Nov 01, 2024 9:52 pm