Standard template for a centred highlight box
Use the following to create a centred highlight box. If the resultant box covers the complete column width and has white space inside its right side, consider adding a width parameter, in percent, to the
<table align="center"> HTML tag. e.g.
<table align="center" width="85%">.
<div class="highlight-box"><table align="center"><tbody><tr><td>Your contents
here<br></td></tr></tbody></table></div>
| Your contents
here |
