Klasa CSS (css_class)
Opis
Jeśli chcesz dodać specjalne klasy CSS do określonych pytań, możesz wpisać nazwy klas CSS w tym polu. Upewnij się, że pomiędzy nazwami różnych klas pozostawiono pustą spację.
Prawidłowe wartości
- Dowolny ciąg tekstowy ze spacją pomiędzy różnymi nazwami klas CSS.
Hint: Możesz także wstawić
wyrażenie w tym polu
(New in 3.0.0 ). Pamiętaj, że dane wyjściowe wyrażenia nie będą aktualizowane dynamicznie.
According to the W3C, CSS class names can contain only the characters [a-zA-Z, and 0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_). They cannot start with a digit, or a hyphen followed by a digit. LimeSurvey encodes CSS classes, but it does not fix it totally.