Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建自定义注册表单模板,当我尝试放入段落空格(返回)或缩进时,程序拒绝看到它们,即使在预览窗格中也是如此。请帮忙。
我正在尝试将此表单放在放置在中心的背景图像之上。该图像位于表格的列内。我想缩进表格,使其完全在图像内,n 全部在其左侧。
如果我正确理解您的意图,您应该将其padding用于此类目的,而不是任何字符。尝试为表单添加这个 css 属性:
padding
padding-left: Xpx;
X 是您想要的缩进像素数。