Advertisement
smathot

Text formatting in OpenSesame

Sep 3rd, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. OpenSesame supports a sub-set of HTML tags:
  2. - <b>Bold face</b>
  3. - <i>Italic</i>
  4. - <u>Underline</u>
  5.  
  6. In addition, you can pass 'color', 'size', and 'style' as keywords to a 'span' tag:
  7. - <span color="red">Color</span>
  8. - <span size="32">Font size</span>
  9. - <span style="serif">Font style</span>
  10.  
  11. Finally, you can force newlines with the 'br' tag:
  12. Line 1<br>Line 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement