View Single Post
Old 07-27-2022, 04:32 AM   #2
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,615
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
I would wrap the letter in <blockquote>

<blockquote>
<p class="noindent">Dear whoever</p>
<p>Some text here</p>
</blockquote>

You can then either define the blockquote in css, or just allow the ereader to style it with its default.

My blockquote css is...

blockquote {
margin-left: 5%;
margin-right: 5%;
}

https://developer.mozilla.org/en-US/...ent/blockquote
Karellen is offline   Reply With Quote