Bootstrap styling

This page will outline some useful Bootstrap 4 tools that can be used in the source editor. Much more information can be found online; we find W3 Schools to be particularly clear and useful.

Table (click to expand/collapse)

Table

<table class="table table-striped" style="max-width:1000px;">
	<thead>
		<tr>
			<th>Publishing option</th>
			<th>Description</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>Save draft</td>
			<td>Click ‘save draft’ to save the page as draft to publish in the future. Anonymous users will not be able to see the page until it is published.</td>
		</tr>
		<tr>
			<td>Publish now</td>
			<td>Click ‘publish now’ to publish the page immediately.</td>
		</tr>
		<tr>
			<td>Publish at date/time</td>
			<td>It is possible to set the page to publish at a date/time in the future. This can be useful if you have a series of blogs or pages that you would like to be published weekly, or similar.</td>
		</tr>
	</tbody>
</table>