Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Property name: Question style sheet: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg huutrung (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[Category:Non language dependent properties]]
<table width="1019" cellspacing="0" cellpadding="2" border="0" style="border-collapse: collapse;" class="tableintopic">
ο»Ώ
<tr>
<td width="210" height="0"></td>
<td width="808" height="0"></td>
</tr>
<tr valign="top" align="left">
<td width="1019" colspan="2" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext"><strong class="specialbold">Property name: Question style sheet</strong></p>
</td>
</tr>
<tr valign="top" align="left">
<td width="210" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">Question types applied</p>
</td>
<td width="809" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">All</p>
</td>
</tr>
<tr valign="top" align="left">
<td width="210" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">Description</p>
</td>
<td width="809" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">Each question in a questionnaire can have different style sheets. These style sheets can be found in some available layouts of this questionnaire. Besides, a custom style sheet can be made through this property.</p>
</td>
</tr>
<tr valign="top" align="left">
<td width="210" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">Business logic</p>
</td>
<td width="809" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">N/A</p>
</td>
</tr>
<tr valign="top" align="left">
<td width="210" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">Formatting</p>
</td>
<td width="809" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">Cascading Style Sheet (CSS)</p>
</td>
</tr>
<tr valign="top" align="left">
<td width="210" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">Screen examples</p>
</td>
<td width="809" style="border: 1px solid rgb(1, 1, 1);"><p class="bodytext">The image below shows the layout of the question whose question style sheet property is set up with styles:<br></p>
<p class="bodytext">body<br>{<br>margin : 0;<br>font-family:Verdana;<br>color:#000099;<br>font-size: 8pt;<br>background-color: yellow<br>}</p>
<p class="bodytext">[[Image:3585.png]]</p>
</td>
</tr>


Property name: Question style sheet
</table>
[[Image:3585.png|530px|Stylesheet]]
__NOTOC__
<!-- imported from file: 970.htm-->

Revision as of 07:19, 5 April 2011

Property name: Question style sheet

Question types applied

All

Description

Each question in a questionnaire can have different style sheets. These style sheets can be found in some available layouts of this questionnaire. Besides, a custom style sheet can be made through this property.

Business logic

N/A

Formatting

Cascading Style Sheet (CSS)

Screen examples

The image below shows the layout of the question whose question style sheet property is set up with styles:

body
{
marginΒ : 0;
font-family:Verdana;
color:#000099;
font-size: 8pt;
background-color: yellow
}