我想创建一个以段落形式显示的公式字段,我需要一些缩进。当我在段落上使用HTML时,缩进样式将不起作用。
这是我的代码:
if ({view_clearance.purpose} <> "")
then "<head><style> p
{text-indent: 2.0em; } </style></head><body> <p> text here " + " " +
{view_clearance.purpose} + " " + "<br> <br> <u> text here </u>" +
" " + {@date} + " " + " </p></body></html> "
else ""