HTML Comments
Hidden warning
<!-- <p class="technical-issues">** Due to technical
issues, the updated view is not available. Resolution
should be prompt so please come back in the near future. **</p>
-->Visible warning
<p class="technical-issues">** Due to technical
issues, the updated view is not available. Resolution
should be prompt so please come back in the near future. **</p>Basically: Anything between <!-- and --> on a web page won't display (it's a web page comment). To hide the warning, wrap it with <!-- and --> ; to display it, take off the comment markers.
You can put anything inside a comment except two hyphens.
Note: The WCMS will try to "smush" adjacent comments together.
