FAQ: How do I use HTML text formatting in Quiz Edition In Quiz Edition, firstly navigate to
Quiz Properties -> Advanced Settings -> Text Settings -> Use HTML To Format Text Make sure this option is switched on. If you can't find this option, download the latest version of Quiz Edition. In most text fields, you can apply these tags to change the way text is presented. <b>bold</b> - This will make the text inside the tags bold. <i>bold</i> - This will make the text inside the tags italic. <font face="Arial" size="24" color="red">Arial Red at point size 24</font> - This will make the text inside the tags point size 24, color red, font face Arial. Notes: Relative sizes can be used - eg -2,-1,+1,+2 to make the text relatively larger or smaller. Absolute sizes can be used also - eg 36. Absolute sizes smaller than 8 are treated as HTML sizes (1 is very small, 7 is very large). Font colors can be HTML colors(red, yellow, white etc) or RGB style colors (color="#FFCCFF") <p align="center">Center Alignment</p> - This causes a new paragraph to be created and any text in that paragraph to be aligned in the center. <sup>superscript</sup> - This will make the enclosed text appear as a superscript. Example E = MC<sup>2</sup> <sub>subscript</sub> - This will make the enclosed text appear as a subscript. Example The chemical symbol for Oxygen is 0<sub>2</sub> Edited 1 times. Last edit at 04/10/06 06:21PM by Alexander McCabe. Alexander McCabe |
|||