Whenever I encounter a poem in which the first line opens with a double left quotation mark [“] and the lines below need to be aligned flush with the first letter of the first word of the first line, e.g. with the 'C' of 'Cuckoo' below, I have been using a double non-breaking space:
Code:
<p class="stanza">“Cuckoo, cherry tree,</p>
<p class="line"> Good bird tell me</p>
<p class="lastline"> How many years I have to live.”</p>
Is there any other (better) way of creating the necessary alignment?