私は次のような4つの段落を取得しました
あいうえお
エフ
ijkl
ムノップ
コードは次のとおりです。
<p style="line-height: 2"> <label><font color="red">*</font>Alamat :</label>
${actionBean.deposit.alamat1} <p style="line-height: 1"> <label> </label>
${actionBean.deposit.alamat2} </p> <p style="line-height: 1"> <label> </label>
${actionBean.deposit.alamat3} </p>
段落間のサイズが大きすぎます。line-height 属性を使用していますが、適切に機能しません....良いオプションを提案してください。
Thanks in advance.