Toggle menu
875
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.

Style sheet setting: question outer

From Catglobe Wiki
Revision as of 08:57, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Style sheet setting: question_outer

Applied question types: Open, Single, Multi, Text, Number, Scale, Multimedia

Type of setting: class

Tag applied to: table

Usage: Used to set settings on the outer table that holds the question text and question content.

Primary use: To make a border around the question.

Example of usage:

.question_outer

{

background-color: #345879;

border: solid 2px 345879;

border-collapse: collapse;

}

Image example:

Links for more information

http://www.w3.org/Style/CSS/

Back to: Style sheet