q_istyle.html

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

HTML
13
字号
<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('q_astyle','AnswerTextStyle')" CLASS=link>Answer Text Style</a></B>.<BR><BR>
<B>Text Input Style</B> - In this field you may enter any CSS style definition that you wish to have applied to all text field answer inputs (text fields and text areas) with the current question. If you wanted your 'Other:' text field or your text area input to have a width of 300 pixels and no shading, you could set this to:<BR><BR>
<CENTER><B><FONT COLOR="#000000">width: 300px; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black;</FONT></B></CENTER><BR>
That would yield a text field for this question's answers that look like:<BR><BR>
<CENTER><FORM><INPUT TYPE=text STYLE="width: 300px; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black;"></FORM></CENTER>
The style definitions will be placed inside of the individual input fields for each answer input they apply to. You can also survey-wide defaults for <B>Text Input Style</B> within the <B>Survey Editor</B>.
<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 + -
显示快捷键?