标签: html css pdf
我有html,我向其中动态加载内容,然后转换为A4 pdf。通过转换,我添加了边距:顶部:3cm,右侧:1cm,底部:2cm,左侧:3cm。我在使用text-align:center的页面中没有几个元素。但是,在将其转换为pdf之后,我的居中内容不再居中。可以为这些边距调整居中吗?
答案 0 :(得分:0)
尝试使用此CSS代码来使内容居中
display: block; margin-left: auto; margin-right: auto