-1

我在 django 工作。我转换了 html 代码

<table border="1">
            <tr height="50px"><td><b>Name</b></td></tr>
            <tr height="220px"><td>Description</td></tr>
            <tr height="50px"><td>Mail</td></tr>
</table>

在 django 中使用 pisa 转换为 pdf。除了对齐之外,一切都很顺利。正如我在 html 表格高度中提到的那样,我需要 pdf 中的行间距。谁能帮我在pdf(行间距)中获得与html相同的对齐方式?

4

1 回答 1

0

这是不好的编码习惯。您应该在单独的 CSS 中而不是在 html 中进行所有对齐。

于 2012-07-13T07:17:24.607 回答