DOMPDF:br 标签导致文本对齐
DOMPDF 遇到一个奇怪的问题..
无论我在哪里使用带有 br 标签的内容..
<p>
Something<br/>
Something Else<br/>
Last line
</p>
渲染的输出 pdf 似乎证明 br 标签所在的行是合理的,因此它跨越整个宽度。
有人也明白吗?知道如何预防吗?
我使用的是后备箱中的最新版本。
Getting a weird problem with DOMPDF..
Wherever I use content with a br tag in it..
<p>
Something<br/>
Something Else<br/>
Last line
</p>
The rendered output pdf seems to justify the line where the br tag is so it spans across the whole width.
Anyone get that too? Any idea how to prevent it?
I'm on the latest version from the trunk.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
呃 - 我想我会尝试一下,但显然不会。
如果我明确地看到 P 样式为 text-align:left ,则可以修复它。
uh - thought I'd try that but obviously not.
If i explicitly see the P style to text-align:left that fixes it.