s_qstyle.html

来自「调查问卷系统源码。想下的就下吧。不要条件」· HTML 代码 · 共 12 行

HTML
12
字号
<TABLE CELLPADDING=5 CELLSPACING=0 BORDER=0 WIDTH=100%>
<TR><TD style="text-align: justify;">
The goal of phpQ was to allow you to design your survey to look any way you wish.  To do this, we have offered a couple of options on the way your questions can appear.  You can also customize the <B><A HREF="javascript:opener.phpQHelp('s_astyle','AnswerTextStyle')" CLASS=link>Answer Text Style</a></B>.<BR><BR>
<B>Question Text Style</B> - In this field you may enter any CSS style definition that you wish to have applied to all question text in the survey.  You can also modify the style of each question individually when adding or modifying that question.  The style of an individual question will override the survey wide question text style.  If you wanted to have your questions all appear in a 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 question to appear as:<BR><BR>
<CENTER><FONT STYLE="color: red; font-style: Arial; font-size: 12px;">What is your question?</FONT></CENTER><BR>
The style definitions will be placed inside of the &lt;TD&gt; that surrounds the question. You will also be able to override survey-wide defaults for Question Text Style within each question setup itself.<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 + -
显示快捷键?