Skip to content

Instantly share code, notes, and snippets.

@smathot
Created September 3, 2012 17:05
Show Gist options
  • Select an option

  • Save smathot/3610882 to your computer and use it in GitHub Desktop.

Select an option

Save smathot/3610882 to your computer and use it in GitHub Desktop.
Text formatting in OpenSesame
OpenSesame supports a sub-set of HTML tags:
- <b>Bold face</b>
- <i>Italic</i>
- <u>Underline</u>
In addition, you can pass 'color', 'size', and 'style' as keywords to a 'span' tag:
- <span color="red">Color</span>
- <span size="32">Font size</span>
- <span style="serif" mce_style="serif">Font style</span>
Finally, you can force newlines with the 'br' tag:
Line 1<br>Line 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment