Forum Moderators: open
Would there be any mileage in using a non-breaking space?
<style>
.northwest {
visibility: hidden;
}
.northwest:before {
content: 'North west';
visibility: visible;
}
</style>
<p>The <span class="northwest">Northwest</span></p>