More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Style sheet setting: errorMessages == | |||
'''Applied question types:''' Page, Open, Single, Multi, Text, Number, Scale, Multimedia, Single grid, Multi grid, Scale grid, Text grid | |||
''' | '''Type of setting: '''Id | ||
''' | '''Tag applied to:''' p span | ||
''' | '''Usage:''' To influence the text styles of error messages shown | ||
''' | '''Primary use:''' To influence the question text styles of these messages. | ||
''' | '''Example of usage: ''' | ||
<nowiki>#errorMessages</nowiki> | |||
{ | |||
font-size: 10pt; | |||
} | |||
'''Image example: ''' | |||
''' | '''Links for more information''' | ||
http://www.w3.org/Style/CSS/ | |||
Back to: [[Style sheet]] __NOTOC__ <!-- imported from file: 6118.htm--> | |||
[[Category:Questionnaire_layouts]] | |||
Latest revision as of 04:10, 21 December 2011
Style sheet setting: errorMessages
Applied question types: Page, Open, Single, Multi, Text, Number, Scale, Multimedia, Single grid, Multi grid, Scale grid, Text grid
Type of setting: Id
Tag applied to: p span
Usage: To influence the text styles of error messages shown
Primary use: To influence the question text styles of these messages.
Example of usage:
#errorMessages
{
font-size: 10pt;
}
Image example:
Links for more information
Back to: Style sheet