View Single Post
Old 01-17-2026, 06:52 AM   #18
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 82,365
Karma: 151278869
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by icearch View Post
Thanks for all your answers and solutions. After looking into my book, I found out that I don't need block in <h for now. So I just use <br/ to break the line.

Like this:
Code:
<div style="text-align: center;">

<h2>
姐妹之城<br/>
The Sister City
</h2>

<p class="no-ss">译者:李四</p>
</div>
I do think this is sufficient enough, and a more tighter line spacing is more visually pleasing too.
You don't need the div. get rid of it. Have the h2 do the centering.
JSWolf is offline   Reply With Quote