s_astyle.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 answers can appear. You can also customize the <B><A HREF="javascript:opener.phpQHelp('s_qstyle','QuestionTextStyle')" CLASS=link>Question Text Style</a></B>, <B><A HREF="javascript:opener.phpQHelp('s_aistyle','AnswerInputStyle')" CLASS=link>Answer Input Style</a></B> and <B><A HREF="javascript:opener.phpQHelp('s_istyle','TextInputStyle')" CLASS=link>Text Input Style</A></B>.<BR><BR>
<B>Answer 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. If you wanted to have your answers 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 answer to appear as:<BR><BR>
<CENTER><FONT STYLE="color: red; font-style: Arial; font-size: 12px;">My first answer.</FONT></CENTER><BR>
The style definitions will be placed inside of the <TD> that surrounds each answer text in a radio or checkbox scenario. They will also be applied inside of <SELECT> elements, allowing you to edit the text in those. You will also be able to override survey-wide defaults for <B>Answer Text Style</B> within each question setup.<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 + -
显示快捷键?