s_estyle.html
来自「调查问卷系统源码。想下的就下吧。不要条件」· HTML 代码 · 共 11 行
HTML
11 行
<TABLE CELLPADDING=5 CELLSPACING=0 BORDER=0 WIDTH=100%>
<TR><TD style="text-align: justify;">
If a user fails to correctly answer a question either because it was required to be filled in, they selected too many responses or any other reason, they will be prompted with an error message stating what needs to be done. Using the <B>Error Text Style</B> field, you may enter any CSS style definition that you wish to have applied to all error text in the survey. If you wanted to have your error text appear in red, Arial font of size 12px, you would enter:<BR><BR>
<CENTER><B><FONT COLOR=#000000>color: red; font-style: Arial; font-size: 12px;</FONT></B></CENTER><BR>
This would then cause your error text to appear as:<BR><BR>
<CENTER><FONT STYLE="color: red; font-style: Arial; font-size: 12px;">Please complete this question.</FONT></CENTER><BR>
The style definitions will be placed inside of the <TD> that surrounds the error text.<BR><BR>
To find out more about CSS styles, go to <A HREF="http://zvon.org/xxl/css1Reference/Output/index.html" TARGET=_blank CLASS=phpQmenu><B>Zvon.org CSS1 Reference</B></A>.<BR><BR>
</TD></TR>
</TABLE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?