The old way to center a table was easy: <table align="center"> ... </table> The "align" attribute has been deprecated, however, in favor of CSS (Cascading Style Sheets), and this is a good thing. However, it's not so obvious how to center a table using CSS. The obvious way might appear to use the CSS "text-align: center;" somewhere, maybe like one of these: <table style="text-align:center;"> OR <d
{{#tags}}- {{label}}
{{/tags}}